https://github.com/captbaritone/react-hello-world-es5
https://github.com/captbaritone/react-hello-world-es5
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/captbaritone/react-hello-world-es5
- Owner: captbaritone
- Created: 2016-05-27T20:57:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T19:46:23.000Z (over 8 years ago)
- Last Synced: 2025-02-15T09:17:14.844Z (11 months ago)
- Language: JavaScript
- Size: 185 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
A simple Hello World app written in React using JSX and ES5.
Install:
git clone git@github.com:captbaritone/react-hello-world-es5.git
cd react-hello-world
npm install
Build:
npm run build
Open the "web app":
open index.html
Have Webpack rebuild when you modify files:
npm run watch