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

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

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/)