1.0.0 • Published 1 year ago

apilib-starter-template v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

API-Lib Starter Template (Node.js)

Hey! This template provides a solid foundation for building web APIs with API-Lib. Whether you are a beginner or an experienced developer, this template can save you time and effort by providing a well-structured project with best practices and common tools already configured. Let's get started!

Installation

This is a template project, click on the green button "Use this template" at the top of this page and get started with GitHub ✨

Once you cloned your repository, install the dependencies with:

npm install # or yarn install

Commands

CommandDescription
npm run startStart the API-Lib Development Server (hot reloading). The Server is hosted in a Test Environment (Recommended and Default). The URL to the environment is shown in the Console.
npm run start:localStart the API-Lib Development Server on your Computer (hot reloading). This may cause some problems when deploying your Project to API-Lib.
npm run deployDeploy your API to API-Lib.

Other Templates

1.0.0

1 year ago