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.
- Host: GitHub
- URL: https://github.com/skywalkersam/animalfarm-server
- Owner: skywalkerSam
- Created: 2024-07-04T23:01:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T11:13:47.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T11:48:40.314Z (over 1 year ago)
- Topics: express, node, typescript
- Language: TypeScript
- Homepage: https://animalfarm-server.onrender.com
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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!