Sign inSign up

xbexbex/react-webpack-typescript-babel-sass-template

By xbexbex

Updated almost 7 years ago

Image
0

996

xbexbex/react-webpack-typescript-babel-sass-template repository overview

React quickstart template

This is a quick-start react template for fast prototyping. It has type-checking with TypeScript, but will compile regardless of the type errors.

Utilizes Styled Components, Webpack, and Babel.

Using development server
npm start
Building
npm run build
Type-checking
npm run type-check

Docker

A docker image for this repository can be found here.

Running and installing
docker run -p 8080:8080 xbexbex/react-webpack-typescript-babel-sass-template
Or building locally
docker build . -t <name-for-the-project>
docker run <name-for-the-project>

Tag summary

Content type

Image

Digest

Size

58.7 MB

Last updated

almost 7 years ago

docker pull xbexbex/react-webpack-typescript-babel-sass-template