Skip to content

renanlimaleite/react-ts-vite

Repository files navigation

This is a React-ts boilerplate using Vite

MIT

What is the root?

Getting Started

  • Make a copy:
npx degit renanlimaleite/react-ts-vite your-app

Dev:

  • Enter in your project, eg: cd your-app/ and Run the dev server:
yarn dev

Prod

  • To build the project:
yarn build
  • To preview:
yarn preview

Commands

  • dev: runs your application on localhost:3000
  • build: creates the production build version
  • preview: starts a simple server with the build production code

License

MIT

Contributing

Make a pull request

Authors and acknowledgment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published