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

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

Library starter kit using Typescript and Webpack
https://github.com/horacehylee/starter-lib-typescript

library typescript webpack webpack3

Last synced: about 2 months ago
JSON representation

Library starter kit using Typescript and Webpack

Awesome Lists containing this project

README

          

# Starter Lib Typescript

## Usage
```
# --depth 1 removes all but one .git commit history
git clone --depth=1 https://github.com/horacehylee/starter-lib-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)