- MERN (MAYBE) lowkey want to use Flask or Django..
- Webpack
- LODASH
- Html, React, CSS, Javascript
- Node.js
- I want python but idk yet. Let's see soon. I'll think about it.. but it might change up project if doing so. Ehh.
- npm init -y (creates package json)
- npm install lodash (creates dependencies in package json)
- npm install --save-dev webpack webpack-cli (install webpack Cli dependencies. Created a "build script" in package json)
- npm run build (executes webpack)