npm install --g --production windows-build-tools
- Fork this repository into your account.
- Clone your fork repo into your computer
git clone https://github.com/<your_github_username>/admin
- Switch to the development branch:
- create the .env file following the template on .env.example and make sure to use the development API host.
- Install the packages:
npm install
- Start the development server:
npm run start
This section is under development.
use:
npm --build-from-source install node-pre-gyp
To format document with eslintrc rules run:
npm run lint:fix
Note: you can use the Exlint Prettier plugin and it will do it automatically for you.