Skip to content

buzzcosm/quote-generator-react-js-gh-pages

Repository files navigation

Quote Generator

The idea or inspiration comes from the ZTM Cours on Udemy (JavaScript Web Projects: 20 Projects to Build Your Portfolio). Plus, I wanted to try module gh-pages as a deployment with vite and react. Original project is coded in vanilla js (Quote Generator).

Quote Generator

Development

Install

npm install

Run

npm run dev

Clean

Delete dist and node_modules folders.

Tip

Keep your things clean!

npm run clean

Deployment

Important

Setup for GitHub Pages for deployment:
Extended vite.config.js with base
Info here

export default defineConfig({
 base: "/quote-generator-react-js-gh-pages",
 ...
})
npm run deploy

Useful references

Releases

No releases published

Packages

No packages published