Skip to content

akikoo/universal-react-systemjs-jspm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Universal React with SystemJS/jspm

This is a basic example of using SystemJS in the browser and in node, to set up Universal React with Babel and SystemJS/jspm.

For sample browser project setup (no universal rendering) with jspm and SystemJS and Sass, you might want to take a look at https://github.com/akikoo/systemjs-jspm-sass-setup.

Environment setup

$ npm install
$ jspm install

Start Express

$ npm start

Then go to http://localhost:3000.

Bundle assets for development

$ npm run bundle-dev

Bundle assets for production

$ npm run bundle-min

Unbundle assets

$ npm run unbundle

Credits/inspiration