Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.09 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.09 KB

React, Typescript and Ant Design template

A base/template repo for creating a React app with Typescript and using the Ant Design react component library.

Screenshot

Libraries

N.B. This repo uses YARN as the package manager

Usage

Start

Will start the parcel dev server with HMR and open the browser.

yarn start

Build

Compiles the code for production

yarn build

Lint

Command line linting

yarn lint

Format

yarn format