Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 278 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 278 Bytes

Webpack Config

Prerequisites

VSCode extensions:

  • ESLint
  • Prettier

Getting started

To begin, create a .gitignore file:

  touch .gitignore

Add node_modules to .gitignore to not upload all the packages to the remote repo:

  node_modules