- Make a copy:
npx degit renanlimaleite/react-ts-vite your-app
- Enter in your project, eg:
cd your-app/
and Run the dev server:
yarn dev
- To build the project:
yarn build
- To preview:
yarn preview
dev
: runs your application onlocalhost:3000
build
: creates the production build versionpreview
: starts a simple server with the build production code
Make a pull request
- Me, Renan Lima Leite
- [Instagram][https://www.instagram.com/renanlimabl/]
- [Twitter][https://twitter.com/renanlimaleite]