Skip to content

Simple web app for adding and removing people to a database

Notifications You must be signed in to change notification settings

justinrassier/personDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning the Flux architecture

Starting with the boilerplate at http://github.com/justinrassier/gulp-browserify-react-boilerplate, this was an attempt to understand the Flux architecture without dependeing on everything that Facebook has to start out with.

npm install -g gulp
npm install

For building

gulp

Default gulp will lint the source, run browserify with a react transform for JSX compilation then perform a watch on source.

##Running Server The project contains a node server component as well. Run;

node server

This will start up an express instance on port 8080. Navigate to http://localhost:8080 to hit index.html

####Handy Trick

npm -g nodemon
nodemon server

This starts up a watch on your server component and will restart the service anytime a file changes. Very handy for development

About

Simple web app for adding and removing people to a database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published