README
@devid-kuliev/randomize
[]
npm run prodhttps://img.shields.io/npm/v/r?color=blue
2 Development
npm run dev:clientBuild /dist/client.js and watch changes in src/client/*.jsnpm run dev:serverBuild /server.js and watch changes in src/server/*.jsnpm run dev:startStart local server and watch changes in /server.js
App structure
src
├── server
│ ├── controllers
│ ├── middlewares
│ ├── models
│ ├── hooks
│ ├── routes
│ │ ├── app [client interface]
│ │ ├── backoffice [admin interface]
│ │ └── index.js
│ ├── config.js [configuration of server]
│ └── index.js
├── client
│ ├── component [ smart ]
│ ├── container [ silly ]
│ ├── actions
│ ├── reducers
│ ├── helpers
│ └── index.js
└── common
├── controllers
├── middlewares
├── models
├── routes
└── index.js
public
├── img
├── favicon.ico
└── manifest.json