Skip to content

Just a sample of DOM Manipulation using template literals

License

Notifications You must be signed in to change notification settings

yitong2495/DOM-Manipulation-Sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dom Manipulation Sample

This app is built using HTML, CSS/Scss and JavaScript and uses parcel bundler

How to setup the applicaition?

  1. After downloading the contents of the Github repository or forking it, open the dom-manipulation-sample folder in VSCode, then run the following command to install all required node dependencies (parcel & sass):
npm install
  1. Next, install the VSCode extension DartJS Sass Compiler and Sass Watcher.
  2. After completing step 2 successfully, lookup DartJS Sass Compiler and Sass Watcher in the list of extensions, right click on the extension and then click on Extension Settings.
  3. Scroll down to find the setting Dartsass: Sass Bin Path and set the path to node_modules\sass\sass.js.
  4. Set the Dartsass: Target Directory path to ./src/css.
  5. Now, right click on the src/scss folder and click on the DartSass: Sass Watch.

How to launch the application

To launch the web app, open the terminal and run the command npm start.

About

Just a sample of DOM Manipulation using template literals

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 61.6%
  • JavaScript 25.1%
  • HTML 13.3%