Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5t111111/react-gulp-webpack-example
https://github.com/5t111111/react-gulp-webpack-example
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/5t111111/react-gulp-webpack-example
- Owner: 5t111111
- Created: 2015-08-19T00:46:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-04T09:08:51.000Z (about 9 years ago)
- Last Synced: 2024-04-13T16:15:55.233Z (7 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```