0.0.4 • Published 6 years ago

true-ui-component v0.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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!