https://github.com/adamjatim/fullstack
https://github.com/adamjatim/fullstack
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adamjatim/fullstack
- Owner: adamjatim
- Created: 2022-08-26T12:36:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T10:23:32.000Z (over 2 years ago)
- Last Synced: 2025-01-05T23:12:26.250Z (5 months ago)
- Language: JavaScript
- Size: 4.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FullStack
Simple FullStack project
## first you need to run project
___### live server like
- xampp
- laragon### nodemon for running backend
- via npm
```bash
npm install -g nodemon
```
- via yarn
```bash
yarn global add nodemon
```### reactjs for frontend
```bash
npm start
```