Skip to content

franekstein/react-ts-starter

Repository files navigation

📦 React Typescript Starter

Modern React & Typescript boilerplate

License: MIT

Installation

Clone this repo and yarn install.

yarn

Usage

Development server

yarn start

You can view the development server at localhost:8080.

Production build

yarn build

You need to generate certificates if you want to use local server (HTTPS/HTTP2) for serving production build

cd server/certificates
openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:4096 -keyout private.key -out certificate.crt

or you can serve it with serve package

yarn build
npx serve build

Features

Problems

License

This project is open source and available under the MIT License.