Introduction
Zerone (ZeroneJS) is essentially a library of tools built on top of Nest.jsopen in new window.
zerone = zero => one, From 0 to 1, it helps front-end developers to develop Node modules quickly.
Installation
First, you can use the Zerone CLI
to scaffold your project
To build your project using Zerone CLI
, run the following command. This will create a new project directory, creating a traditional infrastructure for your project. It is recommended that first-time users create new projects using Zerone CLI
. We will continue to use this approach in Quickstart.
npm i -g @zeronejs/cli
zerone new project-name
1
2
2
Open the project installation dependency and run it
cd project-name
yarn
yarn start
1
2
3
2
3
Open your browser and navigate to http://localhost:5000/open in new window
OpenAPI
http://localhost:5000/docsopen in new window