Attempting to create a shopping cart with React
Installed react icons
- Bootstrap - npm install bootstrap --save
- Gatsby - npm install gatsby-cli -g
- Sass- npm install node-sass
- Tailwind - npm install -D tailwindcss@latest postcss@latest autoprefixer@latest > npm tailwind init > npm install @craco/craco --save (Craco must be outside of source while tailwind config must be inside of source)
- Material UI - npm install @material-ui/core + icons: npm install @material-ui/icons
- Chart js- npm install --save react-chartjs-2 chart.js
- Styled-components: npm install styled-components --save-dev