Initial point for creating the ReactJS and Backbone.js based applications.
- ReactJS
- Backbone.js
- Gulp
- Browserify
- Babel
App placed in the frontend/scripts/App/ folder.
npm install
npm run gulp
npm run gulp clean
npm run gulp browserify
Build app from the folder frontend/scripts/App/App.jsx and save result in public/scripts/App/App.js.
npm run gulp styles
Copy pure css styles from the folder frontend/styles to public/styles
npm run gulp assets
Copy static content from the folder frontend/assets to public
npm run gulp build
Include tasks
- browserify
- styles
- assets
npm run gulp serve
Before first run
npm install
Build application
npm run gulp clean
npm run gulp build
View app via browser-sync
npm run gulp serve