Skip to content

mail2asik/angular-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

####1. Clone this project or Download that ZIP file

$ git clone https://github.com/mail2asik/angular-todo

####2. Make sure you have bower, grunt-cli and npm installed globally

$ yum install npm
$ npm install -g grunt-cli
$ npm install -g bower

####3. On the command prompt run the following commands

$ cd `project-directory`
  • bower install is ran from the postinstall
$ npm install 
  • a shortcut for grunt serve
$ npm start
  • a shortcut for grunt serve:dist to minify the files for deployment
$ npm run dist 

Note: If you get this following error,

Error: EACCES, permission denied '.config/configstore/insight-bower.yml'
You don't have access to this file.

changing ownner .config

sudo chown -R [user name] ~/.config

Automation tools

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published