2.0.0 • Published 3 years ago

embed-express v2.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
3 years ago

embed-express

npm package

Embed a very minimal express server in the current folder.

Why?

You started a little front-end project by creating a folder and putting files in it... then you thought "It would be handy to have a little web server here, to service ajax requests." At this point, your fingers fly to the console:

npx embed-express

Voila!

Installation notes

Start in a folder that needs an express.

Configuration

By default, the express server runs on port 3001. You can override that by setting the PORT evironment variable.

2.0.0

3 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

7 years ago