Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ph-fritsche/liform-demo
https://github.com/ph-fritsche/liform-demo
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ph-fritsche/liform-demo
- Owner: ph-fritsche
- Created: 2020-06-09T15:53:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:26:02.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T18:28:55.283Z (over 1 year ago)
- Language: PHP
- Size: 340 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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
```