This is a modern, fast, and scalable web application template built with Vite, React, TypeScript, SCSS + Tailwind for styling, formatted with Prettier, and ready for deployment with gh-pages. It also utilizes react-router for routing. This template is designed to kickstart the project development with a solid and up-to-date tech stack.
To get a local copy up and running follow these simple steps.
1.Clone the repo
git clone https://github.com/your_username_/Project-Name.git
2.Install NPM packages
npm install
3.Start the development server
npm run dev
This project is configured to deploy to GitHub Pages using the gh-pages package.
1.Build your project
npm run build
2.Deploy it to GitHub Pages
npm run deploy