Tic-Tac-Toe game based on Boardgame.io tutorial and using Svelte for the view-layer.
npx degit mcristelo/svelte-boardgame.io-tictactoe svelte-tictactoe
cd svelte-tictactoe
Note that you will need to have Node.js installed.
Install the dependencies...
cd svelte-tictactoe
npm install
...then start Rollup:
npm run dev