Skip to content

IryArkhy/react-ts-webpack

Repository files navigation

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