This is a quick-start react template for fast prototyping. It has type-checking with TypeScript, but will compile regardless of the type errors.
npm start
npm run build
npm run type-check
A docker image for this repository can be found here.
docker run -p 8080:8080 xbexbex/react-webpack-typescript-babel-sass-template
docker build . -t <name-for-the-project>
docker run <name-for-the-project>