Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.07 KB

README.md

File metadata and controls

47 lines (27 loc) · 1.07 KB

Mobx Easy Universal Boilerplate

bitHound Overall Score


About

Really easy react universal boilerplate with many commentaries

How it works

See commentaries in code

Installation

Install rimraf: $ npm install rimraf -g
Install nodemon: $ npm install nodemon -g
Install concurrently: $ npm install -g concurrently

Start development

$ npm run api

$ npm run start

after: open 'http://localhost:3000' in browser

hint: use this mode for development

Start production

$ npm run build

$ npm run api:prod

$ npm run start:prod

after: open 'http://localhost' in browser

hint: use this mode for production on server (without server-side-rendering)

Run tests

$ npm run test

License

MIT