https://github.com/aabuhijleh/webpack-typescript-quick-start
a simple TypeScript Webpack template
https://github.com/aabuhijleh/webpack-typescript-quick-start
react starter template typescript webpack
Last synced: about 2 months ago
JSON representation
a simple TypeScript Webpack template
- Host: GitHub
- URL: https://github.com/aabuhijleh/webpack-typescript-quick-start
- Owner: aabuhijleh
- License: mit
- Created: 2021-05-22T14:52:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-23T11:25:53.000Z (almost 4 years ago)
- Last Synced: 2025-02-05T05:34:18.270Z (4 months ago)
- Topics: react, starter, template, typescript, webpack
- Language: JavaScript
- Homepage:
- Size: 167 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 Webpack TypeScript Quick Start
> a simple TypeScript Webpack template
## Usage
```sh
# install dependencies
$ npm install# run the app in development
$ npm start# build the app for production
$ npm run build
```## References
- [Webpack documentaion](https://webpack.js.org/concepts/)
- [TSConfig Reference](https://www.typescriptlang.org/tsconfig)
- [Configuring ESLint](https://eslint.org/docs/user-guide/configuring/)