Slot machine game using emojis, https://unicode.fun/
https://discord.com/invite/wyCDHsuk
Finds unused vars and code syntax issues:
npm run lint
Enforces code style rules like semicolons, line spacing, etc:
npm run format
Note Some browsers will cache the JS files. Disable caching in the network tab of your developer tools to make life easier.
- Install Node.js
npm install -g http-server
- Navigate to repository in WSL console
http-server
- Open browser and navigate to http://127.0.0.1:8080/
- Install Live Server extension, https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
- CMD + L, CMD + O to open browser to http://127.0.0.1:5500/