1.0.0 • Published 3 years ago
@tompast/react-starter-ts v1.0.0
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
- Node.js v18+
- VS Code editor with recommended extensions
Getting Started
$ git clone https://github.com/TomPast/react-starter-ts.git my-app
$ cd ./my-app
$ npm install
$ npm startThe app will become available at http://localhost:5173/.
Scripts
npm start— Launches the app in development mode onhttp://localhost:5173/npm run build— Compiles and bundles the app for deploymentnpm run lint— Validate the code using ESLintnpm run lint:fix— Validate and fix the code using ESLintnpm run format— Format code using Prettiernpm run test— Run unit tests with Jest
Made by Tom Pastor.