Sign inSign up

xbexbex/react-quickstart-template

By xbexbex

Updated almost 6 years ago

A React template with TypeScript aimed for fast prototyping.

Image
0

1.1K

xbexbex/react-quickstart-template repository overview

React quickstart template

This is a quickstart 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 5000:5000 xbexbex/react-quickstart-template
Or building locally
docker build . -t <name-for-the-project>
docker run <name-for-the-project>

Tag summary

Content type

Image

Digest

Size

59.2 MB

Last updated

almost 6 years ago

docker pull xbexbex/react-quickstart-template