Skip to content

Repository for learning Javascript. Commits are driven by Pluralsight course 'JavaScript Fundamentals by Mark Zamoyta' - https://app.pluralsight.com/library/courses/javascript-fundamentals

Notifications You must be signed in to change notification settings

dastin-sandura/wbkd-webpack-starter-fork

 
 

Repository files navigation

JavaScript learning repository

Repository for learning Javascript in which code base is driven by Pluralsight course 'JavaScript Fundamentals by Mark Zamoyta' - https://app.pluralsight.com/library/courses/javascript-fundamentals

Greenkeeper badge

Installation

npm install

Start Dev Server for specific topic

npm run FILE

Where FILE can must be replaced by one of options:

  • index For index.js file which is a playground for testing
  • constants For js file with example of how to use and not to use constants

Build Prod Version

npm run build

Features:

When you run npm run build we use the mini-css-extract-plugin to move the css to a separate file. The css file gets included in the head of the index.html.

About

Repository for learning Javascript. Commits are driven by Pluralsight course 'JavaScript Fundamentals by Mark Zamoyta' - https://app.pluralsight.com/library/courses/javascript-fundamentals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.3%
  • HTML 6.6%
  • CSS 1.1%