Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wayou/minimal-react-example
minimal react-webpack+babel setup
https://github.com/wayou/minimal-react-example
babel react webpack
Last synced: 6 days ago
JSON representation
minimal react-webpack+babel setup
- Host: GitHub
- URL: https://github.com/wayou/minimal-react-example
- Owner: wayou
- Created: 2018-10-27T06:00:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T15:38:06.000Z (over 6 years ago)
- Last Synced: 2024-11-22T16:51:47.425Z (2 months ago)
- Topics: babel, react, webpack
- Language: JavaScript
- Size: 385 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
minial-react-boilerplate
===minimal react setup for local test purpose (for example, try the react hook new feature).
the following stuff are included:
- react@next
- babel
- webpack### Installing
```sh
$ yarn
```### Running
```sh
$ yarn start
```