Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

AdvanceWebDevelopment/friendly-frontend

Repository files navigation

Friendly Frontend

This is frontend of the Doran House project

To start the project, at the root directory, run:

> docker run -p 3000:80 -e REACT_APP_API_HOST="http://localhost:9090" --name doran-frontend kafkawannafly/doran-house.friendly-frontend

Development

To start the project for development, run:

> npm i --legacy-peer-deps

> npm run lint

> npm start

It will open a browser tab at http://localhost:3000/

Check out .env for proper environment variables.

Releases

No releases published

Packages

No packages published

Languages