Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 525 Bytes

File metadata and controls

25 lines (18 loc) · 525 Bytes

Frame4

Frontend

Installation 💾

My node version is 19.8.1
Download the project to your computer and install needed packages with command:

$ npm install

Then create .env.local file:

APP_URL='http://localhost:3000/'
API_URL='http://localhost:8000/'

Then start the project on the local server with the command:

$ npm run dev

and open http://localhost:3000/ to see this app.