Creating a design system
git clone [email protected]:MOTORIST/shri-2020-task-1.git
cd shri-2020-task-1
yarn install or npm install
yarn start
index page - '/' product page - '/product'
yarn build
It creates a 'build' directory with files style.css and script.js
- webpack
- webpack-dev-server
- stylelint - style linter
- eslint - js linter
- prettier - code formatter
- commitizen - for uniform commits
- husky - for git hooks
- node-sass and sass-loader - for compiles Sass to CSS
- ... other plugins and modules