Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nicolasfiz/fullstackopen-part3

Part 3 of full stack open bootcamp
https://github.com/nicolasfiz/fullstackopen-part3

express javascript nodejs react

Last synced: about 1 month ago
JSON representation

Part 3 of full stack open bootcamp

Awesome Lists containing this project

README

        

# Part3

This is my part 3 of the full stack open bootcamp

## Comandos

Install needed packages
```
npm i
````

Scripts to execute inside **package.json**

Most important ones:

### Execute front
```
npm start
```

### Execute back
```
npm start
```

### Execute back *Dev*
```
npm run dev
```

### Deploy app on fly.io
```
npm deploy full
```