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

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.

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