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 👨🏫
- Host: GitHub
- URL: https://github.com/fed/isomorphic-js
- Owner: fed
- Created: 2016-02-23T04:33:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T20:39:21.000Z (about 7 years ago)
- Last Synced: 2025-01-18T13:38:07.800Z (3 months ago)
- Topics: slides, talk
- Language: HTML
- Homepage: https://talks.fknussel.com/isomorphic-js
- Size: 2.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).