Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicksp/react-webpack-typescript-babel-template
A starter template using Babel to build React (JSX) code written in TypeScript
https://github.com/nicksp/react-webpack-typescript-babel-template
babel react typecheck typescript webpack
Last synced: 5 days ago
JSON representation
A starter template using Babel to build React (JSX) code written in TypeScript
- Host: GitHub
- URL: https://github.com/nicksp/react-webpack-typescript-babel-template
- Owner: nicksp
- License: mit
- Created: 2019-11-10T17:13:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:45:00.000Z (almost 2 years ago)
- Last Synced: 2023-04-01T15:41:24.087Z (over 1 year ago)
- Topics: babel, react, typecheck, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 1.74 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-Webpack-TypeScript-Babel
> A starter template for projects using React, Webpack, TypeScript and Babel.
## Starting the Dev Server
```sh
npm start
```## Building the Bundle
```sh
npm run build
```## Type-checking the Project
```sh
npm run typecheck
```And to run in `--watch` mode:
```sh
npm run typecheck:watch
```