https://github.com/discoveryjs/quick-start-tutorial
The source code of quick start tutorial
https://github.com/discoveryjs/quick-start-tutorial
Last synced: 4 months ago
JSON representation
The source code of quick start tutorial
- Host: GitHub
- URL: https://github.com/discoveryjs/quick-start-tutorial
- Owner: discoveryjs
- Created: 2019-09-16T13:04:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:31:17.000Z (over 3 years ago)
- Last Synced: 2025-10-25T06:31:50.973Z (9 months ago)
- Language: JavaScript
- Homepage: https://discoveryjs.github.io/quick-start-tutorial/
- Size: 611 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discovery.js tutorials: quick start
Source code for [Discovery.js tutorials: quick start](https://dev.to/rdvornov/discovery-js-tutorials-quick-start-m3k) article
[Try it in action](https://discoveryjs.github.io/quick-start-tutorial/) on `gh-pages`.
To launch localy run:
```
npm install
npm start
```
To build for `gh-pages` run:
```
npm run build
```