generate-express-boilerplate
v1.1.3
Published
A quick and simple boilerplate for an Express app
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 initGenerate boilerplate using the npx command:
npx generate-express-boilerplateFeatures
- Creates a boilerplate file structure
- Installs express and cors
- Creates a simple server in
app.jsandserver.jsfiles - Adds a dev script in
package.jsonto run the server
Feedback
If you have any feedback, please reach out to me at [email protected]
