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.
|
2024-07-18 11:51:11 +00:00
|
|
|
|
|
|
|
- PHP >= 7.0
|
|
|
|
- Node.js >= 8.0
|
2018-06-06 11:08:17 +00:00
|
|
|
|
2018-08-24 11:17:34 +00:00
|
|
|
Launch application for development.
|
2024-07-18 11:51:11 +00:00
|
|
|
|
2018-08-24 11:17:34 +00:00
|
|
|
```
|
2024-07-18 11:51:11 +00:00
|
|
|
$ npm run dev
|
|
|
|
```
|
|
|
|
|
|
|
|
Launch project backend.
|
|
|
|
|
2018-08-24 11:17:34 +00:00
|
|
|
```
|
2024-07-18 11:51:11 +00:00
|
|
|
$ php -S 127.0.0.1:3002 -t . index.php
|
2018-08-24 11:17:34 +00:00
|
|
|
|
|
|
|
Run server side method from command line.
|
2018-06-06 11:08:17 +00:00
|
|
|
```
|
2024-07-18 11:51:11 +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/)
|
2024-07-18 11:51:11 +00:00
|
|
|
```
|