/ReactProjects

This repo contains all apps that i have created from the "React - The complete Guide" by Maximilian Schwarzmüller on Udemy.

Primary LanguageJavaScript

This Repo is created for learning purpose to contain all apps developed alongside the "React - The complete guide" course on Udemy by Maximilian Schwarzmüller

Prerequisites

Make sure you have installed the current packs with the latest stable versions

  • npm, current installed version is v9.2.4
  • node.js, current installed version is v18.14.0

To be able to run any app please change to the directory app and run the following commands.

  1. npm install (This is a mandatory step as i'm ignoring the node modules from all apps)
  2. npm start (This will run a local server to host the selected app)