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
- Host: GitHub
- URL: https://github.com/horacehylee/starter-lib-typescript
- Owner: horacehylee
- License: mit
- Created: 2017-12-28T05:51:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T05:04:57.000Z (about 8 years ago)
- Last Synced: 2025-09-01T12:58:51.843Z (10 months ago)
- Topics: library, typescript, webpack, webpack3
- Language: TypeScript
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)