rich-97 / todo-app-php

Another todo-app make with backbone.js and PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo-app-php

Another todo-app make with backbone.js and pure PHP.

Installation

  1. Clone the repo in your htdocs folder (if you use a XAMPP server).
  2. Install the dependencies with: npm install.
  3. Create a database named todo_app_db.
  4. Create the table with the script: todo_app_db.sql.
  5. Build the bundle file with: webpack --config ./webpack.config.js.
  6. Build the css with: sass public/scss/main.scss:public/css/main.css.

About

Another todo-app make with backbone.js and PHP.


Languages

Language:JavaScript 39.7%Language:CSS 28.5%Language:PHP 19.9%Language:HTML 10.8%Language:ApacheConf 1.0%