Skip to content

itechdom/advanced-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why

This repo is a set of branches that are a series. Each branch represents a progression towards mastering JS build process and setup along with some javascript examples of different features in ES6, React, Angular, Webpack and at the end I am hoping to cover Docker.

Install and Run

run these commands in your terminal:

install global webpack dependency

npm install -g webpack webpack-dev-server

install all local packages

npm install

to run the app:

webpack-dev-server --port 3000 --watch

About

Advanced JS concepts and paradigms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published