Skip to content

tompretty/tic_tac_toe

Repository files navigation

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

About

Tic-Tac-Toe made with svelte + tailwindcss

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published