Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 544 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 544 Bytes

connect-four

This is a project template from https://github.com/sveltejs/template.

Get started

Install the dependencies...

npm install

...then start the client:

npm run dev-client

...then start the websocket server:

npm run dev-server

Navigate to localhost:8080. You should see your app running.

Building and running in production mode

To create an optimised version of the app:

npm run build

You can run the newly built app with npm run start.