Create a new project with Vite, React JS, TypeScript, Eslint, Prettier in just 1 second and you don't need to setup anything.
- Clone Template
git clone https://github.com/xlCyanz/habbo-cyanz-cms.git
- Install Packages
yarn install
- Start Project
yarn dev
- If you using git, delete the existing folder .git after cloning (open
git bash
or other terminal)
rm -rf .git
- Preview project
yarn preview
- Build project
yarn build
- Run test
yarn test
- Run test with coverage
yarn test:coverage