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.
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
If you have any issues or suggestions please open an issue on github.