Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.9 KB

File metadata and controls

43 lines (32 loc) · 1.9 KB
description The following topic will give you an overview of the route to learning and using hyron for your work

Installing

Request

Install CLI tools

@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

Roadmap

  1. Javascript basic with ECMAScript 6
  2. NodeJS Basic
  3. Hyron Basic, include : services, plugins, build file, config file
  4. Hyron Advanced, include : addons, reference, ecosystems
  5. Deploy App with Heroku, or VPS Server like DigitalOcean
  6. Database : MongoDB, MySQL with ORM, GraphQL
  7. For better code : Clean Code, Software Architecture, Design Pattern, Microservice Architecture