Skip to content

kamacharovs/aiof-portal

Repository files navigation

Overview

Aiof portal

build Build Status

Documentation

All documentation

Libraries

React

Additional details

How to run it

Documentation on how to run the application locally via different tools

Npm

Run

npm start

Go to

http://localhost:4100/

Docker

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)

Docker compose

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/

Testing

Automated tests are done via Cypress

.\node_modules\.bin\cypress open

or

npx cypress open

Releases

No releases published

Packages

No packages published

Languages