An open API service indexing awesome lists of open source software.

https://github.com/skywalkersam/animalfarm-server

Server for the animalFarm project.
https://github.com/skywalkersam/animalfarm-server

express node typescript

Last synced: 3 months ago
JSON representation

Server for the animalFarm project.

Awesome Lists containing this project

README

          

# [Express Server with TypeScript](https://www.youtube.com/watch?v=H91aqUHn8sE)

[Express server Intro - Fireship.io](https://fireship.io/courses/react/1-express-server/)

## Run the build command before running the server

```shell
npm run build
```

## Run the server

```shell
node .
```

`NOTE`: Don't forget to update directory paths!