3commascapital / evm-rpc-proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

express-ts-starter

Build Status

A minimal express starter with typescript config. It is intentionally created without pre-configured database and style preprocessor. This repo is inspired by microsoft/TypeScript-Node-Starter.

Getting Started

Clone the repository

git clone --depth=1 git@github.com:marigenhq/express-ts-starter.git <project_name>

Install dependencies

cd <project_name> && npm i

Start development

npm run debug

About

License:MIT License


Languages

Language:TypeScript 94.2%Language:JavaScript 5.8%