https://github.com/epoch/react-hipstarter
use https://github.com/epoch/webpack2-react-starter instead
https://github.com/epoch/react-hipstarter
Last synced: 4 months ago
JSON representation
use https://github.com/epoch/webpack2-react-starter instead
- Host: GitHub
- URL: https://github.com/epoch/react-hipstarter
- Owner: epoch
- Created: 2016-07-13T23:28:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-14T00:05:54.000Z (almost 10 years ago)
- Last Synced: 2025-08-20T19:20:32.371Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 5
- Watchers: 1
- 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