Running GradeTracker (Web App) - TommeyFaherty/GradeTracker GitHub Wiki
Running the web app
If you are planning on running our web-application locally you will need Node.js to make several installations.
Getting Ionic Project running
npm install -g @ionic/cli
npm i firebase
npm install redux
npm install react-redux --save
npm install @types/react-redux
npm install node-sass
After you have finished installing these, to run the web application locate where you cloned the repository and redirect the command-line into GradeTracker/grade-tracker-app
Type: ionic serve