Welcome to the Github repo of Team Paanch Minute. This is a submission for "Foundational Literacy and Numeracy Program" organised by Jayashankar Bhupalpally distrcit of Telangana for improving Mathematics and English skills in Primary Schools.
Time: 1 week from 28th Jan'24 to 04th Feb'24.
- This website currently works best for 1280 x 720 screen size.
- You can use developer tools of your browser to set the size of the website window.
-
Backend Setup:
- Navigate to the
root
folder. - Run
npm install
to install the required packages. - Run
npm run dev
to start the backend server. It will run onlocalhost:4000
.
- Navigate to the
-
Frontend Setup:
- Navigate to the
frontend
folder. - Run
npm install --legacy-peer-deps
to install the necessary dependencies. - Run
npm start
to start the React server. It will run onlocalhost:3000
.- Note: You may encounter an error if the backend server is not running yet.
- Navigate to the
-
Accessing the Frontend:
- Visit
localhost:3000/
in your browser. This should display the login page.
- Visit