Skip to content

gitter-badger/angular-admin-seed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status This project get started from sb-admin-angular. However, I want to forcus to Ajax API, And I hope that this souce code will help you to get started a Front-End project easier.

Installation

  1. Clone this source code
  2. Make sure you have bower, grunt-cli and npm installed globally
  3. Run cp config/default.json config/dev.json - create config file for your enviroment
  4. On the command prompt run the following commands
  • cd project-directory
  • Run npm install
  • Run npm start
  • npm run dist - a shortcut for grunt serve:dist to minify the files for deployment
  • Run grunt test to make sure the application work perfectly

And please make note that this project includes PhantomJS for test. So you have to install PhantomJS

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 71.7%
  • ApacheConf 11.8%
  • JavaScript 11.4%
  • CSS 5.1%