- version: 1.0.0
Requirements: [Node.v8+, Webpack.v4]
- Install latest node version
npm i npm@latest - Positioned on the repo's root, then run
npm install - Run
npm startto run the server on localhost:8080/ - Build using
npm run build - You're good to code now.
Notes
- Using Powershell, you may need to add to your PATH env var:
[Environment]::SetEnvironmentVariable("Path", "$env:Path;c:\Users\[UserName]\AppData\Roaming\npm\", "User")or try install webpack globally runningnpm install -g webpack - You are welcome to collaborate and make this game awesome...