A starter app that servers a single page app made in React.js with urls from backbone.js
Dependencies
- node/npm
- python 2.7
- dev_appserver.py
cd google-app-engine-react-backbone
npm -g install gulp #(only need to do this once)
npm install
gulp
In the future you'll usually only need to run gulp
unless you add a dependency. The gulp
command will continue to run and re-build things for you as you change files.
cd google-app-engine-react-backbone
dev_appserver.py server/
Open your browser to http://localhost:8080
Back-end used for model definitions and rest endpoints. Auto-scale ftw!
Used to create all front end code.
Make things pretty. See code snippets here.
Module management and bundling.
Url routing and history (not used to its fullest potential)