Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 845 Bytes

README.md

File metadata and controls

54 lines (35 loc) · 845 Bytes

Tic Tac Toe

This is a simple tic tac toe game made with svelte + tailwindcss.

Get started

Install the dependencies...

cd tic_tac_toe
yarn

...then start Rollup:

yarn dev

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

Deploying to the web

With now

Install now if you haven't already:

npm install -g now

Then, from within your project folder:

cd public
now

As an alternative, use the Now desktop client and simply drag the unzipped project folder to the taskbar icon.

With surge

Install surge if you haven't already:

npm install -g surge

Then, from within your project folder:

yarnd build
surge public