Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 927 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 927 Bytes

Netlify Status

dreadakidd

Website for music artist DreaDaKidd; This is a minimal, vanilla Javascript website that uses webpack for bundling, file and image compression. This project is still a work-in-progress but you can preview it on Netlify.

Project Setup

Clone the repo then npm install.

NPM Scripts

Starting the development server

To start the development server, use npm run start. To see what the development bundle looks like, you can use npm run bundle and check out the dist/ folder.

Generating a build folder for production

To generate a build folder for production, use npm run build.