Skip to content

InetIntel/grip-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRIP WEB UI

This repo hosts GRIP's web-ui code and deployment information.

Building and running on localhost

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

Running

Plain HTML

Open the file dist/index.html in your browser

Docker

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.

Credits

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published