/tutormundi

Primary LanguageJavaScript

To run the app locally

First, install npm

Then, in the root directory run:

  1. cd tutormundi
  2. npm install
  3. npm start

npm install

Installs necessary packages.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.