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

https://github.com/fed/isomorphic-js

Talk: Isomorphic (Universal) JavaScript with React and Express 👨‍🏫
https://github.com/fed/isomorphic-js

slides talk

Last synced: about 2 months ago
JSON representation

Talk: Isomorphic (Universal) JavaScript with React and Express 👨‍🏫

Awesome Lists containing this project

README

        

# Slides on Isomorphic (Universal) JavaScript

## Running locally

```
npm install
npm start
```

Slides will go live on [http://localhost:6789](http://localhost:6789).

## Building standalone version

```
npm run build
```
Created using [reveal.js](https://github.com/hakimel/reveal.js/).