Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 987 Bytes

README.md

File metadata and controls

40 lines (22 loc) · 987 Bytes

Express API Server Template

Introduction

This is a minimal implementation of a RESTful API server using Express.js. It is designed to be used as a starting point for building a server. It is set up with necessary build tools and dependencies as well as minimal typescript setup.

Usage

To use this template simply click on Use this template button in github, or clone the repository.

To start the server in development mode run the following command:

 yarn start

To build the server for production run the following command:

 yarn build

The build will create a folder called app in the root of the project. You can deploy this folder to a server and run the production server using the command:

 node index.js

Issues

If you have any issues or suggestions please open an issue on github.