/forming-typeform

a typeform clone.

Primary LanguageTypeScriptMIT LicenseMIT

forming typeform

a typeform clone


🔌 Getting Started

  • clone the repository on your local machine with the command below in your terminal, and cd into the forming-typeform folder
git clone https://github.com/hsnice16/forming-typeform.git

cd forming-typeform
  • install dependencies (if you are using yarn then do with that)
npm install
  • run the development server
npm run dev