Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.04 KB

Hello World Example

How to start?

An empty app that can be used as a template for any reSolve application. It's created by default so you can install this example by one of two ways:

  1. Create a new reSolve application:
npx create-resolve-app my-app
  1. Create a reSolve example:
npx create-resolve-app hello-world-example -e hello-world

What's next?

📑 Available scripts, project structure overview, configuration files and much other useful information are in API References topic.

📑 To learn more about common building principles of architecture, please look at Architecture documentation topic.

📑 In Tutorials you can find how to make some simple applications with reSolve.

Analytics