/reactjack

Primary LanguageJavaScript

Snowpack React App Template

✨ Bootstrapped with Create Snowpack App starting with app-template-react and enhanced with Socket.IO, Sass, Prettier, and uvu.

Features

Scripts

npm run dev

Runs the app in development mode with support for dynamic HMR. Open http://localhost:3000 to view it in the browser.

npm start

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.

npm run build

Builds a static, ready-to-deploy copy of the app to the build directory with options for bundling and other optimizations.

npm run format

Formats the source code for the app.

npm run lint

Lints the source code for the app.

npm test

Runs tests for the app.