1.0.0 • Published 3 years ago

@tompast/react-starter-ts v1.0.0

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

React Starter Kit Typescript

My starter project to create React application with typescript

Features

  • Pre-configured with code quality tools: ESLint, Prettier, TypeScript, Jest
  • Pre-configured with VSCode code snippets and other VSCode settings

Tech Stack

Requirements

Getting Started

$ git clone https://github.com/TomPast/react-starter-ts.git my-app
$ cd ./my-app
$ npm install
$ npm start

The app will become available at http://localhost:5173/.

Scripts

  • npm start — Launches the app in development mode on http://localhost:5173/
  • npm run build — Compiles and bundles the app for deployment
  • npm run lint — Validate the code using ESLint
  • npm run lint:fix — Validate and fix the code using ESLint
  • npm run format — Format code using Prettier
  • npm run test — Run unit tests with Jest

Made by Tom Pastor.

1.0.0

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago