This is a slide for teaching JavaScript classes.
- Clone the repository
git clone https://github.com/Oluwasetemi/javascript-note.git
# Navigate to the project directory
cd yourproject
- Install the dependencies
npm install
Run the following command to start the slide server.
npm run dev
Open the browser and go to http://localhost:3030 to view the slides.
Pull requests are welcome. For major changes, please check or open an issue first to discuss what you would like to change.
Check the contributing guide for more information.