Skip to content

nikolenkoanton92/isomorphic-react-jspm-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages