tree: e4b63b0d8cba3397bad6c79eb462173bb250fb43 [path history] [tgz]
  1. src/
  2. test/
  3. .dockerignore
  4. .eslintrc
  5. .gitignore
  6. Dockerfile
  7. nginx.conf
  8. nginx.sh
  9. package-lock.json
  10. package.json
  11. README.md
  12. routes.js
  13. server.js
  14. webpack.config.js
  15. webpack.production.config.js
config-ui/README.md

Getting Started

You can run the Front End by running:

npm i 
npm start

First, run the development server:

cd config-ui/src/server
npm i
npm start

The server will listen on http://localhost:5000