https://github.com/wayou/minimal-react-example
minimal react-webpack+babel setup
https://github.com/wayou/minimal-react-example
babel react webpack
Last synced: 3 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T15:38:06.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T04:15:13.232Z (9 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
```