- mkdir starter
- cd starter
- code .
- npm i react react-dom
- npm i -D webpack webpack-cli webpack-dev-server html-webpack-plugin html-webpack-loader clean-webpack-plugin typescript ts-loader prettier @types/react @types/react-dom
- npm init -y
- tsc --init
- git init
- .gitignore
- touch .prettier webpack.config.js template.html src/index.tsc src/components/app.tsx
- add tasks to package.json
install packages and configure webpack
- add bootstrap
- add css
- add images
- add svg
- add file
- add sass
- components?
install test tools configure webpack add tasks to package.json
add deployment related resources add deployment tasks to package.json
configure webpack for build optimizations
install Fira Code
List of teachers whose recommendations lessons i consumed to create this