Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrebaltieri/ng-start
AngularJS simple front-end starter
https://github.com/andrebaltieri/ng-start
Last synced: 10 days ago
JSON representation
AngularJS simple front-end starter
- Host: GitHub
- URL: https://github.com/andrebaltieri/ng-start
- Owner: andrebaltieri
- Created: 2014-12-24T13:17:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-24T13:32:27.000Z (almost 10 years ago)
- Last Synced: 2024-10-06T11:41:28.669Z (3 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ng-start
========ng-start is a simple front-end starter for AngularJS applications.
Follow the steps below to use:1. git clone https://github.com/andrebaltieri/ng-start/ "Your project folder"
2. cd "Your project folder"
3. npm install
4. grunt bower cssmin uglifyOr try all at one time:
```code
git clone https://github.com/andrebaltieri/ng-start/ "YOUR_APP_HERE" && cd "YOUR_APP_HERE" && npm install && grunt bower cssmin uglify
```Now you have node_modules, bower_components and wwwroot folder on your project.
You are free to edit bower.json, packages.json and Gruntfile.jsThe wwwroot contais a assets folder, with minified CSS and uglified/minified JavaScripts