ggitau / jstodo

Simple todo app built with javascript(ES6), webpack and Handlebar templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSTODO

Deploying

Prerequisites

  • npm
  • apache/nginx

Instructions

  • cd to project root
  • Run npm install
  • Run npm run build
  • Copy the dist folder to your web root(nginx or apache)
  • Access the app from the browser.

About

Simple todo app built with javascript(ES6), webpack and Handlebar templates

License:MIT License


Languages

Language:JavaScript 65.5%Language:HTML 20.7%Language:CSS 13.8%