/todoMVC

Primary LanguageJavaScript

TodoMVC

The application and the api is hosted in heroku platform.

API Build

# go to the API folder
cd api
# install dependencies
npm install
# run the app at localhost:3000
npm run start

App Build Setup

# go to the client folder
cd app
# install dependencies
npm install
# run the app at localhost:8080
npm run serve