DHdynamite / animal-farm-nodejs

Used to learn GitHub Actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Animal Farm

A sample Express application written in Node.js for a Github README post.

Prerequisites

  • Node.js
  • yarn

Install modules

Run yarn to install the required node modules.

yarn install

Running

You can run the sample app in a couple of different ways. The first is to launch the application via yarn:

yarn start

Or you can directly run it via node:

node app.js

Tests

You can also run the tests via yarn:

yarn test

About

Used to learn GitHub Actions


Languages

Language:JavaScript 90.5%Language:Dockerfile 9.5%