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

https://github.com/tagae/javascript-refresher

Refresher on the language that drives the web
https://github.com/tagae/javascript-refresher

ecmascript javascript

Last synced: 4 months ago
JSON representation

Refresher on the language that drives the web

Awesome Lists containing this project

README

        

Make sure you have [Node.js] on your system.

Start by downloading all necessary packages:

npm install

To open the slides do

npm start

The slides will auto-refresh as you save your changes.

To build the distribution do

npm run build

The result will be under `dist/`. These static files
can be published on any webserver.

[Node.js]: https://nodejs.org/