React Universal Recomposed Application with Redux And Redial
- 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
- node
>=6
git clone https://github.com/LestaD/rurarar.git projectname
cd projectname
npm install
# for production after build bundle.js:
npm install --production
npm run dev
# Builds in production mode
npm run build
# after
ls dist/
Bundle should be built before run
# in production mode
npm start