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.
- Host: GitHub
- URL: https://github.com/dentednerd/react-to-github
- Owner: dentednerd
- Created: 2018-08-02T10:10:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T14:49:44.000Z (almost 8 years ago)
- Last Synced: 2025-09-01T16:49:51.062Z (10 months ago)
- Topics: create-react-app, github-pages, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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