/TodoMVC

A To-Do Manager App inspired in "https://todomvc.com". Built using Vue and Sequelize.

Primary LanguageJavaScript

TodoMVC

In order to the application works properly, both Client and API should be running. Then, go to "localhost:8080".

Client Build Setup

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

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

API Build

# go to the API folder
cd API
# run the API
yarn dev