Evening-todo • TodoMVC
Create great web applications without a hazzle. Evening suits best for a small projects where you need to get job done fast. This is an example application based on a TodoMVC guidelines.
Clone the repository
git clone https://github.com/mjnikkila/evening-todo.git
Install
npm install
Run as a dev mode
npm run dev
You are ready to go. Point your browser into: http://localhost:8080/webpack-dev-server/bundle
To compile a production version type.
npm run prod
# Compiled javascript file is placed under /app directory
Created by Mika Nikkilä