A Calendar for the class schedule
This project was built with React and Tailwindcss.
Prerequisite: instlled npm
and node
.
cd
to the folder.- run
npm install
to install all the modules. - run
npm start
. - Runs the app in the development mode.
- Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
- run
npm run build
. - run
npm install -g serve
to install a simple backend server. - run
serve -s build
to build.
Your app is ready to be deployed!