This app is built using HTML, CSS/Scss and JavaScript and uses parcel bundler
- After downloading the contents of the Github repository or forking it, open the
dom-manipulation-samplefolder 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 Watcher. - 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.