Skip to content

alexandrricov/notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes application

Demo

For live demo go to alrykov.github.io/notes-app

Also you can clone, build and run application locally (steps described below).

Project installation

  $ cd /path/to/project/
  $ npm install

Run in development mode

  $ gulp dev

Make a build for production

  $ gulp production

NOTE: for development and for production mode, project will be compiled into ./dist/ folder