Select perfect option!
npm i
- to install dependencies
npm run build:client-dev
- to build development version
npm run build:client-prod
- to build production version
npm run start:dev
- to build development webpack server
npm run start:prod
- to start production server
I have chosen CSS-modules for the well-organized structure they provide and SCSS for their nesting feature.