This is a simple tic tac toe game made with svelte + tailwindcss.
Install the dependencies...
cd tic_tac_toe
yarn
...then start Rollup:
yarn dev
Navigate to localhost:5000. You should see your app running.
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