Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@vanillas/template-express-typescript

arizonatribe10MIT1.0.1

A TypeScript scaffolding template for ExpressJs REST APIs

express, express api, express template, typescript, express typescript, typescript template, scaffolding

readme

TypeScript Express template

This is a base Express (TypeScript) REST API application upon which you can create new endpoints, to help reduce the time needed to setup common boilerplate files.

Install

Scaffold the project using npx (or you can globally install create-vanillas-app and invoke the command below without npx)

# npx create-vanillas-app my-app
# cd my-app
# npm start

Begin adding new files and modifying the thigns you want to change to existing files.