Another todo-app make with backbone.js and pure PHP.
- Clone the repo in your
htdocsfolder (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
bundlefile with:webpack --config ./webpack.config.js. - Build the css with:
sass public/scss/main.scss:public/css/main.css.