Skip to content

jefer94/admin

 
 

Repository files navigation

BreatheCode Admin Client v2.0

If you use Windows install it

npm install --g --production windows-build-tools

Use Nodejs v12

Installation

  1. Fork this repository into your account.
  2. Clone your fork repo into your computer git clone https://github.com/<your_github_username>/admin
  3. Switch to the development branch:
  4. create the .env file following the template on .env.example and make sure to use the development API host.
  5. Install the packages: npm install
  6. Start the development server: npm run start

Runing the tests

This section is under development.

for nvm problems

use:

npm --build-from-source install node-pre-gyp

Prettify:

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%