An open API service indexing awesome lists of open source software.

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

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
```