Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aqzhyi/gulp-es6-jade-less-jspm-starter
An ES6 (babeljs) starter project with gulp, jade, less tools.
https://github.com/aqzhyi/gulp-es6-jade-less-jspm-starter
Last synced: about 1 month ago
JSON representation
An ES6 (babeljs) starter project with gulp, jade, less tools.
- Host: GitHub
- URL: https://github.com/aqzhyi/gulp-es6-jade-less-jspm-starter
- Owner: Aqzhyi
- Created: 2015-03-28T11:41:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-06T04:40:07.000Z (over 9 years ago)
- Last Synced: 2024-04-18T14:13:20.058Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ABOUT THIS
- AngularJS
- Angular-ui-router
- Bootstrap@3
- [jspm](http://jspm.io/)
- ES6 by [Babel](https://babeljs.io/)
- [Lesscss](http://lesscss.org/)
- [Jade Template Engine](http://jade-lang.com/) for Frontend
- [expressjs](http://expressjs.com/)## USAGE
> Start server (gzip enable)
```sh
# cli
git clone [email protected]:Pleasurazy/gulp-es6-jade-less-jspm-starter.git
mv gulp-es6-jade-less-jspm-starter your-project
cd your-project
npm install
node server.js
# NODE ENV is development
# Server started at http://:::30000
open http://localhost:30000
```> Frontend development
```sh
# cli
npm run dev
# now can edit any files where in ./src folder
```