- version: 1.0.0
Requirements: [Node, WebPack]
- Install latest node version
npm i npm@latest
- Positioned on the repo's root, then run
npm install
- Run
npm start
to run the server on localhost:8080/ - Build using
npm run build
- You're good to code now.
Notes
If you are using Powershell, you can type the following command to effectively add to your path :
[Environment]::SetEnvironmentVariable("Path", "$env:Path;c:\Users\[UserName]\AppData\Roaming\npm\", "User")
or try install webpack globally running npm install -g webpack