Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jannoelc/sample-react-fullstack
https://github.com/jannoelc/sample-react-fullstack
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jannoelc/sample-react-fullstack
- Owner: jannoelc
- Created: 2023-08-23T14:38:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-23T14:41:03.000Z (over 1 year ago)
- Last Synced: 2024-03-18T08:31:30.875Z (10 months ago)
- Language: JavaScript
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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