The Music Lounge is a place where you can find information about a wide variety of music albums. This application is built using HTML, CSS/Scss and JavaScript
- After downloading the contents of the Github repository or forking it, open the
Music-Loungefolder in VSCode, then run the following command to install all required node dependencies (parcel & sass):
npm install
- Next, install the VSCode extension
DartJS Sass Compiler and Sass Watcherif you don't have it installed. - After completing step 2 successfully, lookup
DartJS Sass Compiler and Sass Watcherin the list of extensions, right click on the extension and then click onExtension Settings. - Scroll down to find the setting
Dartsass: Sass Bin Pathand set the path tonode_modules\sass\sass.js. - Set the
Dartsass: Target Directorypath to./src/css. - Now, right click on the
src/scssfolder and click on theDartSass: Sass Watch.
To launch the web app, open the terminal and run the command npm start.