Getting Started
Let's be productive!
Before getting started, we encourage you to unfold our Letters to Developers to gain a better understanding of our motivation.
To embark on your Node-Boot journey, the optimal starting point is to browse our marketplace and select a Software Template that aligns with your project needs.
Once chosen, you can then specify your preferred application server, enabling you to swiftly initiate your development journey with a fully functional sample application. By building and running this selected template, you'll seamlessly immerse yourself in exploring the comprehensive features offered by Node-Boot.
We firmly advocate for this approach as it establishes a standardised foundation from the outset, ensuring consistency and efficiency throughout your development process.
Highlight
Our Software Templates are crafted to swiftly generate sample applications equipped with all the essentials for a seamless start. However, we value transparency and encourage you to comprehend the underlying steps, as we firmly believe that knowledge forms the bedrock of success.
Let's assume you have a penchant for fast applications, and you've opted for Fastify as your chosen application server framework.
Alright, first things first: it's dependency installation time! Get ready to play "Fetch the Dependencies" - it's like a scavenger hunt, but for code!
Install Node-Boot core dependencies
Install Server Layer: Fastify
Setup Node-Boot Application
Add Application Configuration File
Application structure
A typical Node-Boot project has the following structure:
Last updated