Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 339 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 339 Bytes

express-typescript-starter

Usage

# clone the repository:
git clone https://github.com/ahhshm/express-typescript-starter.git
cd express-typescript-starter

# create a new git repo
rm -rf .git && git init

# update the dependencies:
npm update

# install the dependencies:
npm install

# start development server:
npm run dev