generate-express-boilerplate
v1.1.3
Published
A quick and simple boilerplate for an Express app
Downloads
3
Maintainers
Readme
Generate Express Boilerplate
A quick and simple boilerplate for an Express app
Usage
This is a Node.js module available through the npm registry.
Before installing, download and install Node.js.
Create a package.json
:
npm init
Generate boilerplate using the npx
command:
npx generate-express-boilerplate
Features
- Creates a boilerplate file structure
- Installs express and cors
- Creates a simple server in
app.js
andserver.js
files - Adds a dev script in
package.json
to run the server
Feedback
If you have any feedback, please reach out to me at [email protected]