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
.