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

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

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.