1.0.2 • Published 3 years ago

create-vanilla-express v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Vanilla ExpressJs template

This is a base ExpressJs 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-vanilla-express and invoke the command below without npx)

# npx create-vanilla-express my-app
# cd my-app
# npm start

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