Video: https://www.youtube.com/watch?v=t4RO1KoLD2c&list=PLtwTKjkfyk3nweJwmmM_Sxd14BQG4JJR2
Frontend
- HTML
- CSS
- JavaScript (no framework)
Backend
- text editor
- browser
Make sure you have MySQL installed. You'll need to create the database that the backend connects to.
Install the dependencies:
npm install
Run the backend development server:
npm run dev
Open index.html
in the browser.