Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 643 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 643 Bytes

React Starter Template

Tech Stack

  • Rendering type: CSR (Client Side Rendered)
  • Components library: MUI
  • Tanstack
  • CSS styles: styled-components
  • Bundler: Webpack
  • Transformer: Babel
  • Type-check support: Typescript
  • Store Management: React Query
  • HTTP Calls: Axios, React Query
  • Environment Vars configuration: react-scripts

Prerequisites

Before you begin, ensure you have the following prerequisites:

  • Node version 16+

How to Run the Project

Using Node

npm install
npm start

The project is now hosted at localhost:8080 on your local machine.

Enjoy!