Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 396 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 396 Bytes

Final DAW Project

A Single Page Application proyect

Build Setup

API


# install dependencies
cd back
npm install
# serve with hot reload at localhost:3977, mongo instance should be running
npm start (or F5 to run debugger mode)

Client


# install dependencies
cd front
npm install

# serve with hot reload at localhost:8080
npm run dev