Isomorphic React.js application with using Server-Side Rendering (SSR), Hot-Module Reloading (HMR), JSS (as the best CSS-in-JSS library) and preJSS to transform CSS to CSS-in-JSS plain objects "on-the-fly".
See more details here:
git clone [email protected]:axept/prejss-example-app.git
Use HMR features and some other advanced feature to get your development experience better.
-
Install
nodemon
if you did not install it before.npm install nodemon -g
-
Then just launch it:
NODE_ENV=development npm run start:local
-
Get production-optimized builds.
NODE_ENV=production npm run build
-
Launch it on your server
NODE_ENV=production npm run start
We really love your feedback.
Share your ideas, issues and thoughts here: