This is a Javascript example template for a PageTurner project.
This project uses Vite to serve the project locally during development, and to build the project for production deployment.
- Install Node
- Clone this repository
- In the cloned folder, run
npm install
to install dependencies - Run
npm run dev
to start a hot-reloading development HTTP server
Run npm build
to build the project to the dist/
folder. The contents of the dist/
folder can then be uploaded to any HTTP server.