https://github.com/loconluis/hello-react
fundamentals of react. Indecision app
https://github.com/loconluis/hello-react
Last synced: about 2 months ago
JSON representation
fundamentals of react. Indecision app
- Host: GitHub
- URL: https://github.com/loconluis/hello-react
- Owner: loconluis
- Created: 2017-10-28T00:35:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T19:13:08.000Z (over 2 years ago)
- Last Synced: 2025-02-16T22:36:32.291Z (5 months ago)
- Language: JavaScript
- Size: 531 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Indecision App
A little app to random select an option to do.
Screen 1
Screen 2
### Notes for author
```
$ babel src/app.js --out-file=public/scripts/app.js --presets=env,react
```
- To watch
```
$ babel src/app.js --out-file=public/scripts/app.js --presets=env,react --watch
```