A sample Express application written in Node.js for a Github README post.
- Node.js
- yarn
Run yarn to install the required node modules.
yarn installYou can run the sample app in a couple of different ways. The first is to launch the application via yarn:
yarn startOr you can directly run it via node:
node app.jsYou can also run the tests via yarn:
yarn test