Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 782 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 782 Bytes

Perfest backend

Built with node.js and powered by express

Frontend source at github.com/regalstreak

Before starting, set all environment variables in .env.default in the .env file (create if does not exist)

In the project directory, you can run:

yarn start

Runs the app in the production mode.
Open http://localhost:3001 to view it in the browser.

The page will not reload if you make edits.
You will also see any errors in the console.

yarn dev

Runs the app in the development mode.
Open http://localhost:3001 to view it in the browser.

The page will reload if you make edits.
You will also see any errors in the console.