Skip to content

giovannalinda/vite-typescript-boilerplate

 
 

Repository files navigation

Boilerplate using ViteJs + TypeScript

What is inside?

Getting Started

npx degit https://github.com/oigabrielteodoro/vite-typescript-boilerplate project-name

Install dependencies:

yarn

or

npm install

Run development server

yarn dev

or

npm run dev

Open https://localhost:3000 with your browser to see the result.

Commands

  • dev: run development server
  • build: creates the production build version
  • lint: runs the linter in all components and pages
  • test: runs jest to test all components and pages
  • test:watch: runs jest in watch mode
  • storybook: runs storybook on localhost:6006
  • build-storybook: create the build version of storybook

About

Boilerplate using ViteJs + TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.7%
  • TypeScript 31.2%
  • HTML 16.3%
  • Shell 3.8%