[!NOTE] Template React TypeScript using Vite. Include Jotai + Tailwind CSS.
Click the button "Use this template", then click "Create a new repository". After that clone the repo.
git clone https://github.com/Devscale-Indonesia/react-template.git
# at current directory/folder
git clone https://github.com/Devscale-Indonesia/react-template.git .
# using ssh
git clone [email protected]:Devscale-Indonesia/react-template.git
# at current directory/folder
git clone [email protected]:Devscale-Indonesia/react-template.git .
cd <project-name>
npm install
npm run dev