Browse Source

fix: Updated the Git repo and success message in todo tutorial

Fixes blockstack/docs#872
build/deps-updates
HariniRajan397 5 years ago
committed by Alexander Graebe
parent
commit
b4f95d7f77
  1. 8
      src/pages/authentication/building-todo-app.md

8
src/pages/authentication/building-todo-app.md

@ -38,8 +38,8 @@ You must have recent versions of Git and [Node.js](https://nodejs.org/en/downloa
### Step 1: Install the code and its dependencies ### Step 1: Install the code and its dependencies
```bash ```bash
git clone https://github.com/blockstack/stacks-todos git clone https://github.com/blockstack/blockstack-todos
cd stacks-todos cd blockstack-todos
npm install npm install
``` ```
@ -54,12 +54,12 @@ You should see output similar to the following:
```bash ```bash
Compiled successfully! Compiled successfully!
You can now view bs-todo in the browser. You can now view Stacks-todo in the browser.
http://localhost:3000/ http://localhost:3000/
Note that the development build is not optimized. Note that the development build is not optimized.
To create a production build, use npm run build. To create a production build, use yarn build.
``` ```
### Step 3: Open your local browser to [`http://localhost:3000`](http://localhost:3000) if it doesn't open automatically. ### Step 3: Open your local browser to [`http://localhost:3000`](http://localhost:3000) if it doesn't open automatically.

Loading…
Cancel
Save