Skip to content

Commit b4e584f

Browse files
committed
add note about stage-0 preset. Fix #13.
1 parent bc471e0 commit b4e584f

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

01-Login/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ cd 01-Login
1414
npm install
1515
```
1616

17+
> **Note:** If you are not using create-react-app but are using Babel, you need to add the `stage-0` preset.
18+
1719
## Set the Client ID and Domain
1820

1921
If you download the sample from the quickstart page, it will come pre-populated with the **client ID** and **domain** for your application. If you clone the repo directly from Github, rename the `auth0-variables.js.example` file to `auth0-variables.js` and provide the **client ID** and **domain** there. This file is located in `src/Auth/`.

02-User-Profile/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ cd 02-User-Profile
1414
npm install
1515
```
1616

17+
> **Note:** If you are not using create-react-app but are using Babel, you need to add the `stage-0` preset.
18+
1719
## Set the Client ID and Domain
1820

1921
If you download the sample from the quickstart page, it will come pre-populated with the **client ID** and **domain** for your application. If you clone the repo directly from Github, rename the `auth0-variables.js.example` file to `auth0-variables.js` and provide the **client ID** and **domain** there. This file is located in `src/Auth/`.

03-Calling-an-API/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ cd 03-Calling-an-API
1414
npm install
1515
```
1616

17+
> **Note:** If you are not using create-react-app but are using Babel, you need to add the `stage-0` preset.
18+
1719
## Set the Client ID and Domain
1820

1921
If you download the sample from the quickstart page, it will come pre-populated with the **client ID** and **domain** for your application. If you clone the repo directly from Github, rename the `auth0-variables.js.example` file to `auth0-variables.js` and provide the **client ID** and **domain** there. This file is located in `src/Auth/`.

04-Authorization/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ cd 04-Authorization
1414
npm install
1515
```
1616

17+
> **Note:** If you are not using create-react-app but are using Babel, you need to add the `stage-0` preset.
18+
1719
## Set the Client ID and Domain
1820

1921
If you download the sample from the quickstart page, it will come pre-populated with the **client ID** and **domain** for your application. If you clone the repo directly from Github, rename the `auth0-variables.js.example` file to `auth0-variables.js` and provide the **client ID** and **domain** there. This file is located in `src/Auth/`.

0 commit comments

Comments
 (0)