https://github.com/rangle/angular-performance-meetup
Sample application to show how to improve performance in an Angular app
https://github.com/rangle/angular-performance-meetup
Last synced: 10 months ago
JSON representation
Sample application to show how to improve performance in an Angular app
- Host: GitHub
- URL: https://github.com/rangle/angular-performance-meetup
- Owner: rangle
- Created: 2016-12-30T16:26:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-23T02:48:08.000Z (about 5 years ago)
- Last Synced: 2025-03-24T14:13:25.373Z (about 1 year ago)
- Language: CSS
- Size: 2.02 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reveal.js with Webpack
Slides created with [Reveal.js](https://github.com/hakimel/reveal.js/) and build system created with Webpack 2.
To install the dependencies and start the web server:
```
$ npm install
$ npm start
```
To see the slides go to: [localhost:8081](http://localhost:8081)