✨ Bootstrapped with Create Snowpack App starting with app-template-react and enhanced with Socket.IO, Sass, Prettier, and uvu.
- All source code is using ES Modules
- ESM-HMR is enabled for development
- Includes client/server modules demonstrating web socket integration
- Minimal build process; no bundling, minifying, or transpiling is used by default
- Deployed to Heroku: https://snowpack-react-app.herokuapp.com/
Runs the app in development mode with support for dynamic HMR. Open http://localhost:3000 to view it in the browser.
Runs the app in production mode after it has been built using npm run build
. Open http://localhost:4000 to view it in the browser.
Builds a static, ready-to-deploy copy of the app to the build
directory with options for bundling and other optimizations.
Formats the source code for the app.
Lints the source code for the app.
Runs tests for the app.