Clone this repo and npm install.
npm install
npm start
npm run develop
npm test
Base structure:
/client
index.js
template.html
/common
/app
index.js
/components
/ComponentName
index.js
index.scss
/config
index.js
/containers
/blocks
/forms
/layouts
/pages
/helpers
index.js
/reducers
index.js
/redux
index.js
/routes
index.js
/selectors
index.js
/services
/store
index.js
/server
index.js
renderer.js
This project is open source and available under the MIT License.