Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```