Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 374 Bytes

File metadata and controls

17 lines (11 loc) · 374 Bytes

greenspace

Initial setup:

      npm install -g nodemon

      npm install

To run project server:

Shell 1:

      npm run db

Shell 2:

      npm run build

      npm start

Open localhost:3000 in browser.