Aiof portal
All documentation
- React-bootstrap
- React icons
- React tabs
- React select
- styled-components
- JS cookie
- React charts
- React helmet
- React spinners
Documentation on how to run the application locally via different tools
Run
npm start
Go to
http://localhost:4100/
Build it
docker build -t aiof-portal .
Run it
docker run -it --rm -p 1337:80 aiof-portal
Go to
http://localhost:1337/
(Optional) Clean up <none>
images
docker rmi $(docker images -f “dangling=true” -q)
From the project root directory
docker-compose up
Run the npm
start script from above and follow the steps to go to http://localhost:4100/
Automated tests are done via Cypress
.\node_modules\.bin\cypress open
or
npx cypress open