Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 343 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 343 Bytes

react-ts-webpack

Basic setup of TS webpack, Prettier, ESLint and more

React TypeScript webpack boilerplate code

Install Dependencies

npm install

To Run the application

npm start

Build command

npm run build

Run the Linter

npm run lint

Run the Prettier

npm run format