https://github.com/qvil/simple-react
React example without setting.
https://github.com/qvil/simple-react
react reactjs
Last synced: 2 months ago
JSON representation
React example without setting.
- Host: GitHub
- URL: https://github.com/qvil/simple-react
- Owner: qvil
- License: mit
- Created: 2018-11-09T00:55:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T14:55:07.000Z (over 7 years ago)
- Last Synced: 2025-03-22T22:38:49.494Z (about 1 year ago)
- Topics: react, reactjs
- Language: JavaScript
- Homepage:
- Size: 4.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple React
React example without setting.
# Start
```sh
npm install
npm start
```
http://localhost:3000/
> If you want to using `python`(Prerequisites installed `python`)
```sh
python -m SimpleHTTPServer 3000
```
check [index.html](index.html) in your browser.
http://localhost:3000/
# Reference
https://reactjs.org/docs/add-react-to-a-website.html