Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 497 Bytes

File metadata and controls

34 lines (18 loc) · 497 Bytes

SimpleList

Simple List application without the help of any fancy frontend framework.

Demo

Install:

npm install

Test

To run unit tests in terminal:

grunt test

To run unit tests in browser:

grunt test:serve

Build

To build the project

grunt build:dist

Serve

To run the webserver in development mode

grunt

To run the webserver in production mode (with minifying, compressing, etc)

grunt serve:dist