React Boilerplate project built with Vite, TypeScript, Tailwind CSS and configured with Prettier, ESLint, Husky, and lint-staged.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before you can use this project, you should have the following software installed on your computer:
To get started, clone the repository and install the dependencies:
git clone https://github.com/your-username/your-project.git
cd your-project
pnpm install
If you have'nt install pnpm you can run this command first
npm install -g pnpm
To run the development server, use the following command:
pnpm dev
This will start the development server at http://localhost:5173.
To run the test, use the following command:
pnpm test
If you want to use watch mode, use the following command:
pnpm test:watch
To build the project for production, use the following command:
pnpm build
You can also run the server for the build production using the following command:
pnpm preview
- Thanks to the developers of all the amazing tools and libraries used in this project.