Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 378 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 378 Bytes

Prerequisites

Prerequisites: Node.js (^10.12.0, or >=12.0.0)

Get started

  git clone https://github.com/Uaman/Web-boilerplate.git frontend-labs
  cd frontend-labs
  npm i
  npm start

Put your files into /src folder

For build

  npm run build

For lint

  npm run lint      // lint js files
  npm run stylelint // lint css files