lofty-take-home-server
v1.0.7
Published
Simple server created for Lofty front-end developer recruitment task.
Downloads
13
Readme
Lofty front-end developer take-home server
This is an npm package with a simple server created for Lofty front-end developer recruitment task.
To run the server, simply install the package and add
lofty-take-home-server
as a script to run e.g.
"scripts": {
"start": "lofty-take-home-server"
}
Then you should be able to run the server with npm start
.