- React
- Webpack
- Babel
- ESLint
- Prettier
- PostCSS
- React Router DOM
yarn start
yarn build
To import images, png, svgs or gifs place them in the assets folder and import using the following syntax:
import MyImage from './assets/image.png';
Make sure you have the ESLint Extension for your text editor enabled. For VSCode: