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
- Host: GitHub
- URL: https://github.com/tagae/javascript-refresher
- Owner: tagae
- Created: 2018-05-08T10:23:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T22:11:36.000Z (over 1 year ago)
- Last Synced: 2025-01-16T03:19:01.831Z (6 months ago)
- Topics: ecmascript, javascript
- Language: HTML
- Homepage:
- Size: 8.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/