You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2022. It is now read-only.
- 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)
70
70
71
71
---
72
72
@@ -122,7 +122,7 @@ There’s also a <a href="https://vimeo.com/168648012">fantastic video</a> on ho
122
122
## Quick start
123
123
124
124
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>`
126
126
3. Move to the appropriate directory: `cd <YOUR_PROJECT_NAME>`.<br />
127
127
4. Run `npm run setup` in order to install dependencies and clean the git repo.<br />
128
128
_At this point you can run `npm start` to see the example app at `http://localhost:3000`._
0 commit comments