Forked from asteroids.
Clone the repository
Install dependencies, then run the development server:
yarn
yarn dev
Deploy to the cloud with vercel
Install the vercel
CLI
npm install --global vercel
Then deploy using
vercel
๐ค Typescript - static types, used throughout the client.
๐ Next 9 - SSR, file-based routing, and automatic code-splitting
๐ Ant Design - Beautiful, responsive, easy-to-use components.
โฒ Vercel - serverless monorepo deployment.