DVC Student Project | Allows DVC Student Tutors to document their tutoring times on smart calendar. Admins can manage/observe tutors times in one place.
Student Project: Full-Stack REACT | Mongo | Express | Node
npm i
to install dependenciestouch a “.env” file and add 3 variables
WARNING: You will not successfully spin up the app without doing this step.
npm start
for development servernpm run build
for production server NOTE: I Highly recommend running npm update --save
to update package json before running npm start
or npm build
.