https://github.com/iamtouha/ts-webpack-starter
A starter template for typescript with webpack.
https://github.com/iamtouha/ts-webpack-starter
front-end-development typescript vanilla-javascript webpack
Last synced: 2 months ago
JSON representation
A starter template for typescript with webpack.
- Host: GitHub
- URL: https://github.com/iamtouha/ts-webpack-starter
- Owner: iamtouha
- Created: 2023-05-31T05:11:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T07:06:53.000Z (about 3 years ago)
- Last Synced: 2025-02-13T07:35:47.305Z (over 1 year ago)
- Topics: front-end-development, typescript, vanilla-javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typescript-Webpack starter template
### Get Started
```bash
git clone https://github.com/touha98/ts-webpack-starter.git
cd ts-webpack-starter
npm install
```
### Start Development server
```bash
npm run dev
```
### Build for production
```bash
npm run build
```
### Preview production build
```bash
npm run build
```