Skip to content

leadiv/react-slides

Repository files navigation

React Slides

A simple presentation slide system build in ReactJS. This is not intended to be used as a production slide system just an education tool in learning ReactJS.

Usage

With Docker

docker build -t react-slides .
docker run -d -p 3000:3000 -v $(pwd)/src:/app/src react-slides
open http://localhost:3000

or just locally

npm install
npm start
open http://localhost:3000

Dependencies

Resources

About

This is for a React JS presentation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published