Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jannoelc/sample-react-fullstack


https://github.com/jannoelc/sample-react-fullstack

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# React Hello World with Vite

## Requirements

- [Node.js](https://nodejs.org/en) (at least v16)
- [Git](https://git-scm.com)

## Installation

Clone the repository using Git

### Backend

Go to `server` directory

```
cd server
```

Run `npm install`

Run `npm run dev`

### Frontend

Go to `client` directory

```
cd client
```

Run `npm install`

Run `npm run dev`

Open `http://localhost:5173` on your browser