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

https://github.com/adamjatim/fullstack


https://github.com/adamjatim/fullstack

Last synced: 3 months ago
JSON representation

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
```