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.
Clone the repo then npm install
.
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.
To generate a build folder for production, use npm run build
.