Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
renaudaf authored Dec 28, 2020
1 parent 5037d98 commit 223c744
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,25 @@ To build and deploy your app to `gh-pages` branch on the GitHub repo:
```bash
yarn deploy
```

cd ~/code/<github_username>

# Download boilerplate to new project
git git@github.com:renaudaf/My-React-Boilerplate.git project-name
cd project-name

# Destroy existing boilerplate git history, and start a new one
rm -rf .git
git init
git add .
git commit -m "initial commit with boilerplate"

# Create a GitHub repo, and push!
hub create
git push origin master

# Install the dependencies listed in the `package.json` file with:
yarn install

# Time to open Sublime Text and code.
code .

0 comments on commit 223c744

Please sign in to comment.