Skip to content

Artist website for music artist Drea Da Kidd; accessible, performant and progressively enhanced to reach as many people as possible.

License

Notifications You must be signed in to change notification settings

adriantoddross/dreadakidd

Repository files navigation

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.