Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit 78039e2

Browse files
committed
closes #24
1 parent 843503a commit 78039e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Boilerplate version: `4.1`
6666
- My projects built with this boilerplate `(if you are looking for advanced examples)`:
6767
- [Example 1 (in-production)](https://github.com/International-Slackline-Association/Rankings-UI) `(boilerplate version: 3)`
6868
- [Example 2 (in-production)](https://github.com/International-Slackline-Association/Web-Tools) `(boilerplate version: 4)`
69-
- Want to deploy to AWS S3/CloudFront with a single script? -> [**S3 deployment script**](docs/general/deployment-s3.md)
69+
- Want to deploy to AWS S3/CloudFront with a single script? -> [**S3 deployment script**](https://gist.github.com/Can-Sahin/d7de7e2ff5c1a39b82ced2d9bd7c60ae)
7070

7171
---
7272

@@ -122,7 +122,7 @@ There’s also a <a href="https://vimeo.com/168648012">fantastic video</a> on ho
122122
## Quick start
123123

124124
1. Make sure that you have Node.js v8.15.1 and npm v5 or above installed.
125-
2. Clone this repo using `git clone --depth=1 https://github.com/react-boilerplate/react-boilerplate.git <YOUR_PROJECT_NAME>`
125+
2. Clone this repo using `git clone --depth=1 https://github.com/can-sahin/react-boilerplate-typescript.git <YOUR_PROJECT_NAME>`
126126
3. Move to the appropriate directory: `cd <YOUR_PROJECT_NAME>`.<br />
127127
4. Run `npm run setup` in order to install dependencies and clean the git repo.<br />
128128
_At this point you can run `npm start` to see the example app at `http://localhost:3000`._

0 commit comments

Comments
 (0)