Skip to content

dmailloux/ExpressTypescriptTemplate

Repository files navigation

ExpressTypescriptTemplate

A quick Node template project that comes pre-configured with Express and Typescript.

Includes hot reload out of the box.

BYOTL (Bring Your Own Testing Library)

Using the template

  1. Clone the repo
  2. Run the following command to install existing dependencies:
npm install

Now you can scoop out whatever you don't need and add whatever you do need.

To run the project locally

npm run dev

To build the project

npm run build

About

A quick Node template project that comes pre-configured with Express and Typescript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published