hedera-web/README.md

36 lines
486 B
Markdown
Raw Normal View History

# Hedera
Hedera is the main web page for Verdnatura.
## Getting Started
Required dependencies.
2024-07-18 11:51:11 +00:00
2024-11-26 13:29:08 +00:00
* PHP >= 7.0
* Node.js >= 8.0
Launch application for development.
2024-07-18 11:51:11 +00:00
```
2024-07-18 11:51:11 +00:00
$ npm run dev
```
Launch project backend.
```
2024-11-26 13:29:08 +00:00
cd back
php -S 127.0.0.1:3002 -t . index.php
```
2024-07-18 11:51:11 +00:00
2024-11-26 13:29:08 +00:00
Run server side method from command line.
2024-07-18 11:51:11 +00:00
2024-11-26 13:29:08 +00:00
```
php hedera-web.php -m method_path
```
## Built with
* [Webpack](https://webpack.js.org/)
* [MooTools](https://mootools.net/)
* [TinyMCE](https://www.tinymce.com/)