Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Development

Runs Webpack Dev Server, no Server Side Rendering.

$ npm start

Production + Server Side Rendering

The redeploy sequence is as follows:

$ npm run build
$ npm run server

Known issues

  • Dynamic import() won't work until react-scripts@0.10.0
  • Can't have skins because CSS is extracted in one file