Skip to content

fabien-ml/react-ts-vite-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 24, 2022
46281cc · Jun 24, 2022

History

56 Commits
Dec 21, 2021
Nov 29, 2021
Jun 24, 2022
Nov 28, 2021
Jun 24, 2022
Nov 3, 2021
Dec 14, 2021
Dec 30, 2021
Jun 24, 2022
Dec 5, 2021
Aug 31, 2021
Aug 31, 2021
Dec 16, 2021
Dec 21, 2021
Jun 24, 2022
Mar 22, 2022
Jun 24, 2022
Dec 21, 2021
Jun 24, 2022
Jun 24, 2022
Jun 24, 2022
Jun 24, 2022
Jun 24, 2022

Repository files navigation

React TypeScript template with Vite

This is a React + TypeScript boilerplate built with Vite.

What's inside?

Getting started

  1. Create the project.

    npx degit fabien-ml/react-ts-vite-template my-app
  2. Access the project directory.

    cd my-app
  3. Initialize a git repository.

    git init
  4. Install dependencies.

    npm install
  5. Start dev server with hot reload at http://localhost:3000.

    npm run dev

Recommended VS Code extensions

Other commands

Lint commands

npm run lint

Build commands

npm run build
npm run serve

Test commands

  • Run unit tests and watch
    npm run test:unit
  • Run unit tests with coverage
    npm run test:unit:coverage
  • Run e2e tests
    npm run test:e2e

License

This project is licensed under the MIT License.