This repository contains example Spust projects.
- install root dependencies using
yarn install
ornpm install
. - go to any example project run
yarn install
ornpm install
and then run one of the following commands:
yarn start or npm run start
- starts development modeyarn build or npm run build
- builds production build