Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epoch/stuff
https://github.com/epoch/stuff
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/epoch/stuff
- Owner: epoch
- Created: 2016-08-24T06:30:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-24T06:33:02.000Z (over 8 years ago)
- Last Synced: 2024-10-25T01:38:51.456Z (2 months ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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