Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 816 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 816 Bytes

Build Status codecov

Taispe

This project was created to support a small business.

Buy local.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Running on Docker

To run on Docker, first build the image:

$ docker build -t taispe-frontend .

Then run it:

$ sudo docker run -d -p 80:80 -v "/home/taispe/letsencrypt:/etc/letsencrypt" --network host --name taispe-frontend taispe-frontend

You will be able to access the app through https://localhost