React JS and bourbon Neat demo.
- Clone the repo
- Run
npm install
- Run
NODE_ENV=development gulp - Go to
localhost:8889to display the app - Any changes to
appfolder will automatically rebuild tobuildfolder
- build/: Where your automatically builds to. This is where you launch your app in development
- dist/: Where the deployed code exists, ready for production
- specs/: Where you put your test files
- gulpfile: Gulp configuration