Installation
This page will take you through installing the NodeArch CLI and generating your first app.
Prerequisites
- Any OS that can run Node.JS
- Node.JS v14 and later. official website
- NPM v6 and later. Included within the Node.JS installation.
📦 Install
First, make sure you have Node.JS and NPM installed, then start by installing the NodeArch CLI globally to use it everywhere in your system.
npm i -g @nodearch/cli
Once installed, you can generate a quick template to get started with the framework.
nodearch new
To view the full CLI usage, run the following:
nodearch -h