From zero to deploying a complete MERN stack application.
Welcome to the official repository for the Full-Stack Web Development Masterclass! This course is designed for absolute beginners and intermediate developers who want to master modern web development. Over the next 12 weeks, we will transition from basic static web pages to building a fully functional, authenticated E-commerce platform.
Before starting this course, please ensure you have the following installed on your machine:
- Node.js (v18.0 or higher)
- Git
- A code editor like VS Code
- A basic understanding of how to use the command line/terminal.
- Description: We start by building static, responsive layouts.
- Topics Covered: Semantic HTML, CSS Flexbox & Grid, CSS animations, Responsive Design.
- Link: Go to Chapter 1
-
Clone the repo to your local machine:
git clone https://github.com/DevUniversity/FullStack-Masterclass.git -
Navigate to the specific chapter you are studying:
cd 02-react-fundamentals -
Install dependencies and start the local development server:
npm install && npm run dev
| Damien Loup |
|---|
| 👑 Course Creator |
- Official Course Syllabus
- Student Discord Server
- API Documentation Reference
- License - This course material is licensed under the MIT License.