This is a simple tic tac toe game made with svelte + tailwindcss.
Install the dependencies...
cd tic_tac_toe
yarn...then start Rollup:
yarn devNavigate to localhost:5000. You should see your app running.
With now
Install now if you haven't already:
npm install -g nowThen, from within your project folder:
cd public
nowAs 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 surgeThen, from within your project folder:
yarnd build
surge public