Awesome
todo-app-plus
Another todo-app make with backbone.js
, express
& sequelize
.
Installation
- Clone the repo.
- Install the dependencies with:
npm i
. - Build the
bundle
with:webpack --config ./webpack.config.js
. - Build the css with:
sass public/scss/main.scss:public/css/main.css
.