Skip to content

abdelrahman-mh/qr-code-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Component

Simple design QR Code Component, Challenge by frontend-mentor

Screenshot

The app build with webpack, sass

coded by Abdel-Rahman

Usage

all main files in /src/ dire

  • Start the dev server:

      npm start

    this will start the dev server at http://localhost:3000

  • Build to Production:

      npm run build

    Will build the project in /dist/ dire, Will build a static Html page

  • Deploy to GitHub Pages:

      npm run deploy

    This will deploy the latest changes to github pages host

Links

Website