Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/epoch/stuff


https://github.com/epoch/stuff

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# hipstarter

simple gulp webpack es6 sass starter for quick prototypes

- modules with webpack
- es6/es2015 with babel
- sass
- autoprefixer
- browser-sync
- eslint

# usage

clone into your own folder
```
$ git clone url new_folder_name
```

cd into new folder and install dependencies
```
$ npm install
```

start developing
```
$ npm start
```
navigate to localhost:3000 or change port in gulpfile