1.0.0 • Published 2 years ago

@tompast/react-starter-ts v1.0.0

Weekly downloads
-
License
-
Repository
github
Last release
2 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

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago