eleform
eleform copied to clipboard
A typeform clone
eleform

Welcome to the eleform project!
The project eleform aims to create a form with a simplified UX (like http://typeform.com/ do).
The stack is currently VueJS/TypeScript for the frontend. I'm thinking about using https://golang.org/ for the backend part which is not yet implemented.
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint
Run your unit tests
npm run test:unit
Run your end-to-end tests
npm run test:e2e