npm install- install all node modules (dependencies) to run the appnpm run dev- runs the app in development modenpm run lint- shows lint errorsnpm run lint:fix- fixes possible lint errors (as well as prettifies code)
- React / JSX / SASS
- Bundler: ParcelJS
- JS Compiler: Babel
- Linting & Quality: ESlint (ESlin Airbnb Config), Prettier