Skip to content

fazt/javascript-fullstack-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

cd frontend
npm i
npm run dev