Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abrehan2/react-api


https://github.com/abrehan2/react-api

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Table of Contents

1. [Introduction](#introduction)
2. [Quick Start](#quick-start)

## Introduction
This repository outlines how to utilize ASP.NET Core Web API with React.js, providing key concepts and setup instructions for building robust applications.

## Quick Start

Follow these steps to set up the project locally on your machine.

**Cloning the Repository**

```bash
git clone https://github.com/abrehan2/React-Api.git
cd React-Api
```

**Installation**

Install the project dependencies using npm:

```bash
npm install
```

**Running the Project**

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) in your browser to view the project.