Live demo here.
- Frontend mentor challenge, simple QR component for resolution 375px and 1440px(this resolution are given by the challenge brief)
- Purpose of the project is to improve the html css/scss skills
- HTML 5 (with semantic tags)
- SCSS/CSS
- NPM Webpack starter kit from Frontend Training course - providing couple of packages like webpack dev-server, babel etc.
git clone the project on your machine
locally install the npm webpack npm install --save-dev webpack
Scripts you can use:
npm run start
- to run webpack dev-server development mode
npm run build
- to run production mode
npm run publish
- to publish project on githubpages
Project is: complete