Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ph-fritsche/liform-demo


https://github.com/ph-fritsche/liform-demo

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# liform-demo

## Requirements

- [PHP](https://www.php.net/downloads)
- [Composer](https://getcomposer.org/download/)
- [Node](https://nodejs.org/en/download/)
- [Yarn](https://yarnpkg.com/getting-started/install)

## Install

```
git clone https://github.com/ph-fritsche/liform-demo/
cd liform-demo
composer install
yarn install
```

## Build

```
yarn webpack
```

## Serve

```
php -S 127.0.0.1:8000 -t public
```