Sign inSign up

fiwoo/frontend

By fiwoo

Updated almost 8 years ago

This repository contains the frontend for the FIWOO platform

Image
0

468

fiwoo/frontend repository overview

Frontend

This project is the frontend for the FIWOO platform.

Getting Started

Prerequisites
Developing
  1. Run npm install to install server dependencies.

  2. Run npm run json to start fake data JSON server.

  3. 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.

Build & development

Run ng build for building and ng build --configuration=prod for preview.

Testing

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.

Deployment with Docker

In order to deploy this project using Docker, you just need to follow this steps:

  1. Download the docker image from Docker Hub

docker pull fiwoo/frontend

  1. Run the image with this command. The frontend is started on port 32768.

docker run -d -t -i -p 32768:80 --name frontend fiwoo/frontend

Tag summary

Content type

Image

Digest

Size

17.5 MB

Last updated

almost 8 years ago

docker pull fiwoo/frontend