/react-frontend

Primary LanguageTypeScriptMIT LicenseMIT

drawing React frontend

This is a React + TypeScript frontend built with Vite.

🎯 Goals

Example pages

  • Home page as landing page
  • Sign In, Sign Up pages,
  • Dashboard page

💻 Getting started

Create project

Clone the latest version

git clone https://github.com/juddydev/react-frontend
cd my-app

Install dependencies.

yarn install

Start

Start your application in local development server with hot reload at http://localhost:3000.

yarn start

🤖 Testing

Unit tests

Execute all unit tests

yarn test:unit

Made with ♥ by juddydev.