This repository contains the frontend for the FIWOO platform
468
This project is the frontend for the FIWOO platform.
Run npm install to install server dependencies.
Run npm run json to start fake data JSON server.
Run ng serve to build the project and start the development server. It should automatically open the frontend in your browser (http://localhost:4200) when ready.
Run ng build for building and ng build --configuration=prod for preview.
Running npm run e2e will run the e2e tests or running npm run e2e:json will start fake data JSON server and run the e2e tests.
In order to deploy this project using Docker, you just need to follow this steps:
docker pull fiwoo/frontend
docker run -d -t -i -p 32768:80 --name frontend fiwoo/frontend
Content type
Image
Digest
Size
17.5 MB
Last updated
almost 8 years ago
docker pull fiwoo/frontend