setup-wizard
v0.1.3
Published
Show a Setup Wizard the first time you remix an application
Downloads
4
Readme
Setup Wizard Middleware
Instead of crashing if .env
is not ready, show a setup wizard.
Usage
Start by remixing this project, and edit env.json
according to your needs.
How to use it on an existing project
Add
setup-wizard
to package.jsonCreate
env.json
to list your required environment variablesAdd this code to your
server.js
, before any other route:app.use(require('setup-wizard'));