Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MartinDelille/eleform

A typeform clone
https://github.com/MartinDelille/eleform

Last synced: about 2 months ago
JSON representation

A typeform clone

Awesome Lists containing this project

README

        

# eleform

[![Gitter](https://badges.gitter.im/eleform/Lobby.svg)](https://gitter.im/eleform/Lobby?utm_source=badge)
[![Build Status](https://travis-ci.org/MartinDelille/eleform.svg?branch=master)](https://travis-ci.org/MartinDelille/eleform)
[![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/eleform/donate)

![Eleform](eleform.jpg)

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
```