Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

MartinDelille/eleform

Repository files navigation

eleform

Gitter Build Status Donate

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