1.0.3 • Published 5 years ago
@lofty-studio/lofty-take-home-server v1.0.3
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.