Awesome
todo-app-php
Another todo-app make with backbone.js
and pure PHP.
Installation
- Clone the repo in your
htdocs
folder (if you use a XAMPP server). - Install the dependencies with:
npm install
. - Create a database named
todo_app_db
. - Create the table with the script:
todo_app_db.sql
. - Build the
bundle
file with:webpack --config ./webpack.config.js
. - Build the css with:
sass public/scss/main.scss:public/css/main.css
.