Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.46 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.46 KB

Hello World Example


Sorry, this article isn't finished yet :(

We'll glad to see all your questions:


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.