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

https://github.com/horacehylee/starter-backend-typescript

Backend starter kit using Typescript and Webpack
https://github.com/horacehylee/starter-backend-typescript

backend express nodejs starter starter-kit typescript webpack webpack3

Last synced: 3 months ago
JSON representation

Backend starter kit using Typescript and Webpack

Awesome Lists containing this project

README

          

# Backend Starter Typescript

## Usage
```
# --depth 1 removes all but one .git commit history
git clone --depth=1 https://github.com/horacehylee/backend-starter-typescript.git

# change directory to your project folder
cd

# remove .git folder
rm -r .git

# development
npm run serve

# build
npm run build

# test
npm run test
```

## License

MIT © [Horace Lee](https://github.com/horacehylee)