Skip to content

FSitter/web-admin

Repository files navigation

BID React Admin

Admin Dashboard for managing BID system

                       

Materials

Some main dependencies of this repository:

  • Reactjs
  • React Router Dom

Installation

Prerequisites: Node.js (>=6.x, 8.x preferred), npm version 3+ and Git.

If you don't have Yarn, install it by running:

$ npm install -g yarn

Install dependencies via yarn:

$ yarn

Config environment at .env file, example at .env.example.

Development

Running in development mode with nodemon:

$ yarn start

Production

Build production dist files and run:

$ yarn build

Or build production Docker image:

$ docker build -t dashboard-react . && docker run -d --name dashboard-react -p 5000:3000 dashboard-react:latest

Testing

Currently using unit testing

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages