true-ui-component
v0.0.4
Published
React starter boilerplate for client and server rendering (Universal) # Features
Downloads
3
Readme
react-redux-boilerplate
React starter boilerplate for client and server rendering (Universal)
Features
Getting Started
$ npm install
$ npm run dev
Client: Build to production
$ npm run build:client
../build/
deploy folder build
Server rendering: Build to production
$ npm run build
$ npm run start
Testing
$ npm test
Thank you for your suggestions!