Skip to content

coopersystem-fsd/managementconsole

 
 

Repository files navigation

Console Managment

INSTALL DEPENDENCIES

npm install

DEV on localhost:3000

npm start -- --port 3000

BUILD to dist/ directory

  • npm run build

Environment

  • production
  • test
  • development
  • hmr-development

Mocking for development

If you need mocked api use for example

import { getAcdrPromise, getAppVersionPromise } from '../../services/__mocks__/api'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.7%
  • SCSS 6.1%
  • Other 0.2%