duaneX727 / web5-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Details

https://www.youtube.com/watch?v=9c3dBhvtt6o&t=1114s

  • webpack.config.js goes in the root folder of your project
  • package.json goes in the root folder of your project

Run this command to install all the dependecies from the package.json file

npm install

All the other files in this Gist go inside the src folder.

The dist folder remains empty. Its files will be generated when you run the build command.

About


Languages

Language:JavaScript 65.3%Language:CSS 21.5%Language:HTML 13.2%