With Universal App, JavaScript runs on both the client and server side.
- Better overall user experience
- Search engine indexable
- Easier code maintenance
- Free progressive enhancements
- Server Side Rendering
- JSPM
- Express
- React
- Baobab
- Babel
- React Router
- Authentication Passportjs
- Bootstrap
Install node modules
npm install
Install jspm packages
jspm install
node server.js
export NODE_ENV=production
make build
node server.js
After this you can check public folder with js
and css
minified files
- DavidWells/isomorphic-react-example
- Let's create our own router component with React.js
- True isomorphic apps with React and Baobab
This is my personal boilerplate, it may or may not be a good boilerplate. PRs, issues, and feature requests welcome!
MIT