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: 23 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T04:12:07.000Z (over 2 years ago)
- Last Synced: 2025-04-06T04:02:22.768Z (3 months ago)
- Topics: javascript, mongodb, nodejs, webpack
- Language: JavaScript
- Homepage: https://www.youtube.com/watch?v=Fs1G1BcP4BI&list=PLo5lAe9kQrwq7n_REwpZdfggPCBW2ggnh
- Size: 128 KB
- Stars: 43
- Watchers: 2
- Forks: 28
- 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
```