Isomorphic react application
Isomorphic React App is a Server-Side Rendering application with All Best Practices.
Isomorphic React App uses a number of open source projects to work properly:
And of course Isomorphic React App itself is open source with a public repository on GitHub.
This app requires Node.js v8+ to run.
Install the dependencies.
$ move into directory
$ npm install
Start the local server on with livereload by webpack: port:3000
$ npm start-dev
Runs the test
$ npm test
Runs the test watcher in an interactive mode.
$ jest --watch or npm test --watch
Runs in prod
$ npm start-test
Builds JavaScript for production to the dist folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
$ npm build
MIT
Free Software, Hell Yeah!
[Babel]: https://babeljs.io