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

https://github.com/codex2124/polymartket-crypto-trading-bot-backend


https://github.com/codex2124/polymartket-crypto-trading-bot-backend

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# ExpressJS Boilerplate with Typescript
Very simple boilerplate which you can use the starter project of express backend with typescript.

- ExpressJS v5.1

- Typescript ES6

## Run the server
```
# to install node modules
npm install

# to run dev server
npm run dev

# to build project
npm run build

# to start prod server
npm start
```