Skip to content

Commit

Permalink
docs: fix link in root page (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Nov 27, 2018
1 parent c025cd7 commit ffda6c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/documentation/markdown/docs/examples/examplesRoot.md
@@ -1,8 +1,8 @@
---
path: "/examples"
title: "Examples"
path: '/examples'
title: 'Examples'
---

The examples are written using TypeScript. You don't have to use TypeScript for React DnD, it is completely optional. [The tutorial](/docs/tutorial) should give you a good idea about using React-DnD in JavaScript.

Check out the [hosted versions of this examples](http://react-dnd.github.io/react-dnd/examples-chessboard-tutorial-app.html). To run them locally, clone the repo, and run `yarn install && yarn start`. It will take a while to start, but after the site is built, you can access the examples by opening [http://localhost:8080/](http://localhost:8080/) and clicking “Examples” in the navigation bar.
Check out the [hosted versions of this examples](http://react-dnd.github.io/react-dnd/examples/tutorial). To run them locally, clone the repo, and run `yarn install && yarn start`. It will take a while to start, but after the site is built, you can access the examples by opening [http://localhost:8080/](http://localhost:8080/) and clicking “Examples” in the navigation bar.

0 comments on commit ffda6c7

Please sign in to comment.