2017-11-29 10:01:48 +00:00
|
|
|
# Hedera
|
|
|
|
|
2018-06-06 11:08:17 +00:00
|
|
|
Hedera is the main web page for Verdnatura.
|
|
|
|
|
|
|
|
## Getting Started
|
|
|
|
|
|
|
|
Required dependencies.
|
|
|
|
* PHP >= 7.0
|
|
|
|
* Node.js >= 8.0
|
|
|
|
|
2023-06-20 14:56:19 +00:00
|
|
|
### Web application
|
|
|
|
|
|
|
|
Launch fronted.
|
|
|
|
```
|
|
|
|
npm run front
|
2018-08-24 11:17:34 +00:00
|
|
|
```
|
2023-06-20 14:56:19 +00:00
|
|
|
|
|
|
|
Launch backend.
|
2018-08-24 11:17:34 +00:00
|
|
|
```
|
2023-06-20 14:56:19 +00:00
|
|
|
npm run db
|
|
|
|
npm run back
|
|
|
|
php -S 127.0.0.1:3001 -t . index.php
|
|
|
|
```
|
|
|
|
|
|
|
|
### Command line
|
2018-08-24 11:17:34 +00:00
|
|
|
|
|
|
|
Run server side method from command line.
|
2018-06-06 11:08:17 +00:00
|
|
|
```
|
2023-06-20 14:56:19 +00:00
|
|
|
php hedera-web.php -m method_path
|
2018-06-06 11:08:17 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## Built with
|
|
|
|
|
|
|
|
* [Webpack](https://webpack.js.org/)
|
|
|
|
* [MooTools](https://mootools.net/)
|
|
|
|
* [TinyMCE](https://www.tinymce.com/)
|