spacesvr-starter icon indicating copy to clipboard operation
spacesvr-starter copied to clipboard

Starter template for a spacesvr project

spacesvr starter repo

A starter repository to quickly start building using spacesvr

Version Downloads Discord Shield

> how to use

clone this repo, then install packages using yarn install

> scripts

  • use yarn dev to start a local development server
  • use yarn start to start a local production server
  • use yarn build to export the site to static files

> features

  • [x] typescript out of the box
  • [x] clean code with ESlint and Prettier
  • [x] starter world
  • [x] some example components with common recipes

> stack