Copy the files in this repo directly into your starter project.
Dependencies to install are listed below
- eslint
- prettier
- github workflow
- gitignore
- package.json
- dependencies
- dev dependencies
- scripts
- webpack
- (babel config)
- env variables
- src folder
- public folder
npm i react react-dom react-router-dom
npm i -D eslint@latest
npm i -D eslint-config-prettier@latest
npm i -D eslint-plugin-babel@latest
npm i -D eslint-plugin-react@latest
npm i -D prettier@latest
npm i -D webpack@latest
npm i -D webpack-cli@latest
npm i -D webpack-dev-server@latest
npm i -D @babel/core@latest
npm i -D @babel/plugin-proposal-class-properties@latest
npm i -D @babel/plugin-transform-runtime@latest
npm i -D @babel/preset-env@latest
npm i -D @babel/preset-react@latest
npm i -D @babel/eslint-parser@latest
npm i -D autoprefixer@latest
npm i -D babel-loader@latest
npm i -D clean-webpack-plugin@latest
npm i -D copy-webpack-plugin@latest
npm i -D css-loader@latest
npm i -D dotenv@latest
npm i -D file-loader@latest
npm i -D html-webpack-plugin@latest
npm i -D postcss-import@latest
npm i -D postcss-loader@latest
npm i -D postcss-nested@latest
npm i -D prop-types@latest
npm i -D style-loader@latest
npm i -D url-loader@latest