https://github.com/tinesoft/revealjs-webpack-demo
https://github.com/tinesoft/revealjs-webpack-demo
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tinesoft/revealjs-webpack-demo
- Owner: tinesoft
- Created: 2020-03-30T06:57:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T16:31:53.000Z (over 3 years ago)
- Last Synced: 2024-10-19T21:19:12.580Z (over 1 year ago)
- Language: JavaScript
- Size: 3.73 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
1.Download zipped-up master template
https://github.com/tinesoft/revealjs-webpack-demo/archive/master.zip
2.Unzip template files to your empty project folder
You should have index.html and app/ directly inside your project folder now
3.Install dependencies
`npm install`
4.Start Webpack Development Server
`npm run serve`
5.View Presentation
Hot Module Reloading: http://localhost:8080/webpack-dev-server/
Refresh Manually: http://localhost:8080
6.Edit presentation
When you save the presentation, webpack will automatically rebuild and load the changes into your browser.
## Distribution Build
The dist build output is the dist/ directory, you can open the index.html file
there, but it will not feature hot module reloading like the dev server configuration does
`npm run build`