Skip to content

jvanhare/slides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slides template

This project was bootstrapped with Create React App.

Getting started

  1. yarn install to install all dependencies,
  2. Set the homepage field in package.json,
  3. Modify src/config.tsx to specify title, date, authors, ... ,
  4. Add your figures in the public/assets directory,
  5. Write your presentation in src/index.tsx,
  6. yarn start to see your slides at http://localhost:3000 in your favorite browser.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

yarn deploy

Builds and deploys the app thanks to Github Pages.

Learn More

You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
To learn Spectacle, check out the Spectacle documentation.