Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Commit

Permalink
πŸŽ‰ Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
marutypes committed Apr 20, 2018
0 parents commit 38fa659
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
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

0 comments on commit 38fa659

Please sign in to comment.