/bootstrap

Bare bones web app with React, TypeScript, and Webpack

Primary LanguageJavaScriptMIT LicenseMIT

Bootstrap

A bare bones web app featuring React, TypeScript, Babel, and Webpack.

Features

Building

yarn dev    # Run webpack-dev-server at localhost:8080
yarn build  # Create production build into ./build
yarn serve  # Serve ./build at localhost:8080
yarn test   # Run Typescript check

Why?

I got tired of having to do the same setup when starting a new web app project. This repo is essentially my custom version of create-react-app.