Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.52 KB

File metadata and controls

62 lines (40 loc) · 1.52 KB

Universal(Isomorphic) React JSPM Boilerplate

With Universal App, JavaScript runs on both the client and server side.

Universal Javascript Benefits:

  • Better overall user experience
  • Search engine indexable
  • Easier code maintenance
  • Free progressive enhancements

Contains

Setup

Install node modules

npm install

Install jspm packages

jspm install

Running

node server.js

Create bundle

export NODE_ENV=production
make build
node server.js

After this you can check public folder with js and css minified files

Credits

Contributing

This is my personal boilerplate, it may or may not be a good boilerplate. PRs, issues, and feature requests welcome!

Licence

MIT