https://github.com/epoch/stuff
https://github.com/epoch/stuff
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/epoch/stuff
- Owner: epoch
- Created: 2016-08-24T06:30:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-24T06:33:02.000Z (almost 10 years ago)
- Last Synced: 2025-02-05T21:55:13.895Z (over 1 year 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