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

https://github.com/dentednerd/react-to-github

Sets up a React app and deploys to Github Pages with zero configuration. Note to self: this is worth revisiting now that gh is a thing.
https://github.com/dentednerd/react-to-github

create-react-app github-pages react reactjs

Last synced: 2 months ago
JSON representation

Sets up a React app and deploys to Github Pages with zero configuration. Note to self: this is worth revisiting now that gh is a thing.

Awesome Lists containing this project

README

          

# react-to-github

Sets up a React app and deploys to Github Pages with zero configuration.

Ideal for developers new to React wishing to quickly get a project started.

## Prerequisites

You must have an Github account, and to have [created a repo on Github](https://help.github.com/articles/creating-a-new-repository/) with the app name you will use during installation.

You will also need to have installed create-react-app before launching:

```bash
npm install -g create-react-app
```

## Installation and launch

```bash
npm install -g react-to-github
react-to-github your-app your-github-username
```

## To do

- update readme template
- implement Jest