Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 354 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 354 Bytes

Serving Angular Frontend

  1. Install project dependencies with npm install
  2. Run npm run start for a dev server on http://localhost:4200/

Running server

  1. Create .env file in server folder with PERMIT_API_KEY variable
  2. Run commands
cd server
npm install
node .

Experiment with the application

Image