Skip to content

Latest commit

 

History

History
53 lines (44 loc) · 1.2 KB

readme.md

File metadata and controls

53 lines (44 loc) · 1.2 KB

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