Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 268 Bytes

File metadata and controls

20 lines (14 loc) · 268 Bytes

hackathon-landing

Landing page for frontspot hackathon

Install dependencies

npm i

Run webpack build js and css (for production)

npm run build

Run webpack build js and css and watch any changes (for development)

npm run watch