Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 508 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 508 Bytes

How to start

Run these commands in root directory

> npm install
> gulp
> npm start

Access the presentation at http://localhost:8000/index.html

TODOs

  • Add some routing (without using React-Router preferably)
  • How can we add the most basic animation: "appear" ? (Right now to make something appear, we had to create a duplicate slide and add the appearing item in it)
  • Use gulp/webpack to compile stylesheets
  • Write some tests

Contact

@neebz