An open API service indexing awesome lists of open source software.

https://github.com/anarchymonkey/react-starter-template

A simple react template which works for initialising a new react project
https://github.com/anarchymonkey/react-starter-template

Last synced: 2 months ago
JSON representation

A simple react template which works for initialising a new react project

Awesome Lists containing this project

README

          

# 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

```sh
npm install
npm start
```

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

**Enjoy!**