This is a bare-bones React Typescript Webpack repository.
To quickly get an app up and running with this repository, run the following command.
Note: Replace my-app
with the name of your app.
npx degit https://github.com/khamudom/react-template.git my-app
cd my-app
yarn
yarn start
yarn build