Create React apps with Vite.js.
- Creating an App – How to create a new app.
In this configuration has styled-components
, prettier
, eslint
, commitlint
and husky
.
If something doesn’t work, please file an issue.
If you have questions or need help, please ask in GitHub Discussions.
git clone https://github.com/lenivene/vitejs-boilerplate-typescript my-app
cd my-app
yarn install
yarn dev
Or use SSH to clone this repository
git clone [email protected]:lenivene/vitejs-boilerplate-typescript.git my-app
cd my-app
yarn install
yarn dev