basic-express-app
v1.0.3
Published
simple cli to generate a basic express scaffolding with minimal tmplate
Downloads
2
Readme
Basic express app
Create Express apps with little to no build configuration.
Basic App works on macOS, Windows, and Linux. If something doesn’t work, please file an issue.
If you have questions or need help, please ask in twitter.
Creating an App
You’ll need to have Node 14.0.0 or later version on your local development machine (but it’s not required on the server). We recommend using the latest LTS version. You can use nvm (macOS/Linux) or nvm-windows to switch Node versions between different projects.
To create a new app, you may choose one of the following methods:
npx
npx basic-express-app [optional project-name]
What’s Included?
your enviroment would have what you need to startup a simple express project
- express, nodemon
- proper directory structure
- a starting index.js file
License
basic-express-app is an open source software licenced at MIT