/tiny-survey

Like Google Forms but better

Primary LanguageTypeScript

tiny-survey

Like Google Forms but better.

Demo

tiny-survey.web.app

Requirements

  • node v15
  • npm v7

Initial setup

  1. Install Node version manager nvm
  2. nvm install 12

Development

Deployment

Continuous deployment

Any push or pull request merge into the main branch will trigger deployment via Github actions

Manual deployment

npm run deploy

This command deploys both web client and server. They can also be deployed separately by run the same command in their own folder