cd this-project-root
npm install bower -g
bower install bootstrap-sass-official
I'm trying to apply flux pattern with React.js and solve these problems:
- Routing : Every application have diferents routes. Ex.:
/about
,/login
,users/:id
,... - API connexion : Connect front end app with a REST api in the backend.
- Authentication : Manage private views in the front end with Flux + React.
- Caching : Once initial server data is loaded, use in difirent views (like a local Backbone collection)
- I18n : Mannage app translation and dates localization.
- packaging : Find a way to make independent load of custom parts in the application
Custom Apps
. - Assets management : Use webpack
- Development Enviroment : Use a Rails API backend and this frontend under the same PORT.
- testing : Find the best way to test a Flux + React powered app. Facebook has something. Investigate.
- Gulp : Instead of Grunt try Gulp