Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Latest commit

 

History

History
49 lines (34 loc) · 1.42 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.42 KB

Release Travis CI SonarCloud Snyk

CaG Events Front-End

Front-end for CaG Events.

Requirements

Download the lates versions of the following software

Development

Docker

$ docker build -t cag-event-frontend .
$ docker run -it -p 3000:3000 -v $(pwd)/src:/app/src cag-event-frontend

NPM

$ npm install
$ npm start

Testing

$ npm test --watchAll

Production

$ docker build -t cag-event-frontend . --build-arg prod=true
$ docker run -p 3000:3000 cag-event-frontend

License

This project is licensed under GPLv3, see LICENSE for the full license text.