Skip to content

freddyrangel/webpack-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack 101

Requirements:

  • Git
  • Node.js
    • NVM is the easiest way to manage Node. Its setup instructions here. Then run nvm install node && nvm alias default node, which installs the latest version of Node.js and sets up your terminal so you can run it by typing node. With nvm you can install multiple versions of Node.js and easily switch between them.
    • New to npm?
  • Yarn
    • If you're on a Mac, you can install Yarn 2 different ways: npm i -g yarn or brew install yarn

Instructions

  • Make sure you have satisfied all requirements listed above.
  • Clone this repository.
  • From the root of this project, run yarn install to install all the required dependencies.
  • To confirm you have installed everything correctly, run npm start and navigate to localhost:8080 in your browser. You should see a Todo App

Module Cheatsheet

About

An intro workshop to webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published