Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```