Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tanakaworld/react-webpack-template

Minimum template for using React + Webpack + Babel + Sass + gh-pages
https://github.com/tanakaworld/react-webpack-template

babel gh-pages react sass webpack

Last synced: 23 days ago
JSON representation

Minimum template for using React + Webpack + Babel + Sass + gh-pages

Awesome Lists containing this project

README

        

# react-webpack-template
Minimum template for using React + Webpack + Babel + Sass + gh-pages

# Get Started

```
$ npm install
```

# Run in localhost

```
$ npm run start
```

# Deploy to gh-pages

```
$ npm run deploy
```