https://github.com/tarunbatra/my-react-app
My React app
https://github.com/tarunbatra/my-react-app
boilerplate react react-app reactjs
Last synced: 7 months ago
JSON representation
My React app
- Host: GitHub
- URL: https://github.com/tarunbatra/my-react-app
- Owner: tarunbatra
- Created: 2017-02-10T10:22:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-15T18:25:21.000Z (about 8 years ago)
- Last Synced: 2025-01-12T10:27:02.578Z (9 months ago)
- Topics: boilerplate, react, react-app, reactjs
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-react-app
My experiments with [React](https://facebook.github.io/react/).
Deployed at: https://my-react.herokuapp.com
## Run the dev server
```
npm start
```## Build for production
```
npm run build
```
Above command will generate required files in the `/app` directory.