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 install
To run in hot module reloading mode:
npm start
To create a production build:
npm run build-prod
Open 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 --build
For dev, port at localhost:1234
cd docker; docker-compose -f docker-compose.dev.yml up --build
Add -d
parameter if you want docker-compose to run in background.
- Used createapp.dev for setting up the initial environment.