Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 193 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 193 Bytes

Use NodeJS v10

Install dependencies for frontend separately:

cd front
npm i
npm run build

For backend move to root of the project

cd ..
npm start

Open http://localhost:3300