Skip to content

popovicsandras/SimpleList

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages