This repository has been archived by the owner on Apr 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 38fa659
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Unite 2018 - React/Node App Workshop | ||
|
||
In this repo you'll find everything you need to follow along with the workshop. | ||
|
||
## Before starting | ||
The following steps should be done before you start the workshop | ||
|
||
### Install Node (and npm) | ||
Install the latest LTS version of node from [the official site](https://nodejs.org/en/download/). This will include the npm client we'll use to install dependencies. | ||
|
||
### Expose your dev environment to the internet | ||
|
||
Download ngrok | ||
https://ngrok.com/download | ||
|
||
Open a tunnel | ||
```bash | ||
$ ngrok http 3000 | ||
``` | ||
|
||
### Set up an App on the partners dashboard | ||
Create your app on the **Apps** page of the [partner dashboard](https://partners.shopify.com/organizations). | ||
|
||
## Using this repo | ||
TBD |