Skip to content

ride-austin/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