tree: aee0b6742dd0341096ff7a7c9782a73d129c3e74 [path history] [tgz]
  1. src/
  2. test/
  3. .dockerignore
  4. .eslintrc
  5. .gitignore
  6. Dockerfile
  7. nginx.conf
  8. package-lock.json
  9. package.json
  10. README.md
  11. routes.js
  12. server.js
  13. webpack.config.js
  14. 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