Skip to content

PreJSS: example of isomorphic React.js application with using Server-Side Rendering (SSR), Hot Module Replacement (HMR), JSS and PreJSS 🎨 with run-time and pre-compilation

axept/prejss-example-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PreJSS Example

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:

Installation

git clone git@github.com:axept/prejss-example-app.git

Launch

Development

Use HMR features and some other advanced feature to get your development experience better.

  1. Install nodemon if you did not install it before.

    npm install nodemon -g
  2. Then just launch it:

    NODE_ENV=development npm run start:local

Production

  1. Get production-optimized builds.

    NODE_ENV=production npm run build
  2. Launch it on your server

    NODE_ENV=production npm run start

Feedback

We really love your feedback.

Share your ideas, issues and thoughts here:

About

PreJSS: example of isomorphic React.js application with using Server-Side Rendering (SSR), Hot Module Replacement (HMR), JSS and PreJSS 🎨 with run-time and pre-compilation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published