Skip to content

Simple boilerplate for creating applications to save developers' time and effort by providing a simple starting point.

Notifications You must be signed in to change notification settings

71Kevin/express-typescript-boilerplate

Repository files navigation

express-typescript-boilerplate

Local

yarn build && yarn start

Production

bash shell.bash remote deploy

Description

This is a boilerplate for an Express.js application written in TypeScript. It includes basic configurations and folder structure to get started with developing a TypeScript-based Express.js application.

Usage

Local Development To run the application locally, execute the following command:

yarn build && yarn start

This will build the TypeScript files and start the application on http://localhost:3000.

Production Deployment

To deploy the application to production, execute the following command:

bash shell.bash remote deploy

This assumes that you have a remote server set up with the appropriate configurations to deploy the application.

License

This project is licensed under the MIT License.

About

Simple boilerplate for creating applications to save developers' time and effort by providing a simple starting point.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published