A ready-to-use React project template powered by Vite. This setup provides a fast development experience and includes all essential tools configured out of the box.
Run the following command to install NVM:
For Ubuntu
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash
๐ For more details, refer to the NVM documentation
For Windows
Refer the nvm-windows
Once NVM is installed, install and use the Node.js version specified in .nvmrc
:
nvm install
nvm use
Mention version if you are using the windows
sudo apt install git-all
For Windows
๐ Learn more at the official Git documentation
git clone https://github.com/udhayakumarcp/react-template.git
cd react-template
Install all required packages:
npm install
Start the app in development mode:
npm run dev
To build the project for production:
npm run build
This project is licensed under the MIT License.