This repo hosts GRIP's web-ui code and deployment information.
npm version lower than 7 could have package build issues.
First install dependencies:
npm installTo run in hot module reloading mode:
npm startTo create a production build:
npm run build-prodOpen the file dist/index.html in your browser
Run the following:
For production, port at localhost:1235
cd docker; docker-compose -f docker-compose.prod.yml up --buildFor dev, port at localhost:1234
cd docker; docker-compose -f docker-compose.dev.yml up --buildAdd -d parameter if you want docker-compose to run in background.
- Used createapp.dev for setting up the initial environment.