Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 228 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 228 Bytes

Webpack5 template with React & TypeScript

Initial steps

  1. Install dependencies
npm install
  1. Run the project in development mode
npm start
  1. Build for production
npm run build