Skip to content

hiz8/spectacle-presentation-swc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spectacle Boilerplate SWC

Spectacle Boilerplate based on SWC for high speed.

Screen Shot 2022-02-27 at 12 17 59

Useage

  1. Install dependencies

    $ yarn install
  2. Start the webpack server. The server will run at the default webpack-dev-server address, localhost:8080.

    $ yarn start
    
    # Or with a specific port!
    $ yarn start --port=3000

Build & Deployment

Building the dist version of the project is as easy as running

$ yarn build

From there you can deploy the built slides in dist to services like Netlify, Surge, etc!