Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nicolasfiz/fullstackopen-part3
- Owner: nicolasfiz
- Created: 2023-01-01T15:44:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T17:43:47.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T03:44:05.260Z (3 months ago)
- Topics: express, javascript, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 634 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```