Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paranoiasystem/webapp-boilerplate
A WebApp Boilerplate (AngularJS + Normalize.css + Lemonade + Bower + Gulp)
https://github.com/paranoiasystem/webapp-boilerplate
Last synced: about 2 months ago
JSON representation
A WebApp Boilerplate (AngularJS + Normalize.css + Lemonade + Bower + Gulp)
- Host: GitHub
- URL: https://github.com/paranoiasystem/webapp-boilerplate
- Owner: paranoiasystem
- License: gpl-2.0
- Created: 2015-08-15T20:32:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T09:08:28.000Z (over 6 years ago)
- Last Synced: 2023-02-26T17:06:41.427Z (almost 2 years ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebApp-Boilerplate
A WebApp Boilerplate (AngularJS + Normalize.css + Lemonade + Bower + Gulp)
It is Fully costumizable
Version: 0.0.4
Website: http://marcoferraioli.com/WebApp-Boilerplate/
Inspired by: https://github.com/ghzmdr/web-workspace
#Requirements
+ npm
+ git#Features
+ very helpful automatization scripts
+ costumizable
+ free
+ cross-platform
+ opensource#How to use?
+ clone this repository
+ go into directory
+ change bower.json, package.json & gulpfile.js if you need more
+ remove what you not need (like: README.md)
+ launch npm install
+ launch npm run bower
+ you have end your work? press ctrl-C and launch ./distribute.sh (Unix-like OS) or distribute.bat (Windows OS) or launch npm run build
+ now in _dist_ directory you have your compiled WebApp
+ now distribute your WebApp and enjoy :wink: !If it is very boring for you
+ clone this repository
+ go into directory
+ change bower.json, package.json & gulpfile.js if you need more
+ chmod +x *.sh
+ launch setup.sh (Unix-like OS) or setup.bat (Windows OS)
+ you have end your work? press ctrl-C and launch ./distribute.sh (Unix-like OS) or distribute.bat (Windows OS)
+ now in _dist_ directory you have your compiled WebApp
+ now distribute your WebApp and enjoy :wink: !