Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 506 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 506 Bytes

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