Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 622 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 622 Bytes

React + TS / C# Starter client

Front-end starter code that uses React, Redux, TypeScript, Tailwind CSS and Vite.

Requirements

Installation

npm install

Starting the development server

npm start

This starts a development server at http://localhost:3000.

Build bundle

npm run build

Preview build version

npm run preview

Unit tests

Jest and React Testing Library are used to run unit tests.

npm test

# To run in watch mode
npm run test:watch