Sorry, this article isn't finished yet :(
We'll glad to see all your questions:
- GitHub Issues
- e-mail to [email protected]
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:
- Create a new reSolve application:
npx create-resolve-app my-app
- Create a reSolve example:
npx create-resolve-app hello-world-example -e hello-world
📑 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.