To use this you should remove the git history and install the dependencies, e.g.
npx degit <url> <new-project-name>
npm install
react
withtypescript
.webpack
with dev, prod, and test modes.- 'Fast refresh' for efficient development.
- A
docker
container. - A template
index.tsx
,index.css
, andindex.html
. - Testing with
jest
. - Linting and formatting with
prettier
andeslint
. storybook
for visualization.