rurarar
rurarar copied to clipboard
React Universal Recomposed Application with Redux And Redial
RURARAR
Readme
React Universal Recomposed Application with Redux And Redial
Features
- React, ReactRouter
- Redux, Thunk
- Redial
- Recompose
- Server Side Rendering
- Based on Atomic Design methodology
- Styles: Styled Components
- Also: normalize and Google Material Colors
- Dependencies lock with npm-shrinkwrap and yarn.lock
Requirements
- node
>=6
Installing
git clone https://github.com/LestaD/rurarar.git projectname
cd projectname
npm install
# for production after build bundle.js:
npm install --production
Scripts
Run in development mode with SS-reloading
npm run dev
Build client bundle
# Builds in production mode
npm run build
# after
ls dist/
Run only server-side
Bundle should be built before run
# in production mode
npm start