
You should have git, node and npm.
Fork this repository, and run:
git clone https://github.com/<account>/typescript-react-mobx-boilerplate.gitwhere <account> is your github username.
Install global packages:
npm i -g webpack stylelint eslint eslint-plugin-node jest-cli tslint [email protected]Go to dir:
cd typescript-react-mobx-boilerplate/
Install dependencies:
npm iEdit misc/settings.js as you need.
Run server:
npm startNote: you can use
npm run server
Production build:
npm run buildDelete build folder:
npm run cleanRun tests:
npm testLint project:
npm run lintNote: you can use
npm run lint:scriptsandnpm run lint:styles