Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fazt/javascript-fullstack-course
Follow this tutorial using this link
https://github.com/fazt/javascript-fullstack-course
javascript mongodb nodejs webpack
Last synced: 3 days ago
JSON representation
Follow this tutorial using this link
- Host: GitHub
- URL: https://github.com/fazt/javascript-fullstack-course
- Owner: fazt
- Created: 2019-01-20T20:14:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T04:12:07.000Z (about 2 years ago)
- Last Synced: 2024-04-14T07:46:59.070Z (7 months ago)
- Topics: javascript, mongodb, nodejs, webpack
- Language: JavaScript
- Homepage: https://www.youtube.com/watch?v=Fs1G1BcP4BI&list=PLo5lAe9kQrwq7n_REwpZdfggPCBW2ggnh
- Size: 128 KB
- Stars: 42
- Watchers: 3
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Javascript FullStack Course
This is a practical example to learn How to develop a simple FullStack Javascript application using Javascript in the frontend (with Vite) and Nodejs Backend with MongoDB
### Development Backend Installation
```sh
git clone https://github.com/FaztWeb/javascript-fullstack-simple
cd javascript-fullstack-simple
npm i
npm run dev
```then continue with the frontend installation
### Development Frontend Installation
```sh
cd frontend
npm i
npm run dev
```