| description | The following topic will give you an overview of the route to learning and using hyron for your work |
|---|
- Understanding Javascript
- Installed NodeJS and NPM
@hyron/cli tools help you work more easily and conveniently with the Hyron Framework
{% code-tabs %} {% code-tabs-item title="YARN" %}
yarn global add @hyron/cli{% endcode-tabs-item %}
{% code-tabs-item title="NPM" %}
npm i -g @hyron/cli{% endcode-tabs-item %} {% endcode-tabs %}
To know more about using cli tools, please see CLI-Tools topic
- Javascript basic with ECMAScript 6
- NodeJS Basic
- Hyron Basic, include : services, plugins, build file, config file
- Hyron Advanced, include : addons, reference, ecosystems
- Deploy App with Heroku, or VPS Server like DigitalOcean
- Database : MongoDB, MySQL with ORM, GraphQL
- For better code : Clean Code, Software Architecture, Design Pattern, Microservice Architecture