Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/5t111111/react-gulp-webpack-example


https://github.com/5t111111/react-gulp-webpack-example

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# React + Gulp + Webpack

## Directory Structure

```text
.
├── README.md
├── build # Generated on build
│   ├── bundle.js
│   └── index.html
├── gulpfile.js
├── package.json
├── source
│   ├── entry.jsx
│   ├── hello.jsx
│   └── index.html
└── webpack.config.js
```

## Usage

```text
$ npm install
$ gulp build
```