Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxleiko/react-simple
React JS in pure ES5 with some JSX for the render()
https://github.com/maxleiko/react-simple
Last synced: 8 days ago
JSON representation
React JS in pure ES5 with some JSX for the render()
- Host: GitHub
- URL: https://github.com/maxleiko/react-simple
- Owner: maxleiko
- License: mit
- Created: 2016-02-18T11:04:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T12:40:54.000Z (over 8 years ago)
- Last Synced: 2024-04-21T06:17:38.125Z (7 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-simple
React JS in pure ES5 with some JSX for the render()
Using WebPack for the bundlingStart the thing locally
```sh
npm start
```