Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jannoelc/new-javascript-react
https://github.com/jannoelc/new-javascript-react
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jannoelc/new-javascript-react
- Owner: jannoelc
- Created: 2024-01-24T20:47:57.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-24T20:56:10.000Z (12 months ago)
- Last Synced: 2024-03-18T08:31:30.604Z (10 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NEW Javascript-Node-React
## 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