Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 594 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 594 Bytes

One in the Socket

image

Getting started

Clone this repository and install its dependencies:

npm install
npm run dev

npm run build builds the application to public/bundle.js, along with a sourcemap file for debugging.

npm start launches a server, using serve. Navigate to localhost:3000.

npm run watch will continually rebuild the application as your source files change.

npm run dev will run npm start and npm run watch in parallel.

License

MIT.