Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 652 Bytes

getting-started.md

File metadata and controls

25 lines (15 loc) · 652 Bytes

Getting started

  • NodeJS version 14 or greater

Creating a new application

It all starts with an application.

Navigate to the root of the project / repository you want to host your monorepo based microservice solution:

$ yarn create dolittle-app <Name of app>

For details on what a portal is, read more here.

Creating a new microservice

Once you have an application you can create a microservice from the same location:

$ yarn create dolittle-microservice <Name of microservice>

Follow the questions and you should have a microservice added.