- HTML/CSS/JavaScript learn more on MDN
- TailwindCSS as a CSS framework
- DaisyUI as a TailwindCSS plugin
- Vite as build tool that aims to provide a faster and leaner development experience for modern web projects
- ReactJS as a JavaScript library for building user interfaces
Clone the project
git clone https://github.com/teamsfos/teamsfos.github.io.git
Go to the project directory
cd teamsfos.github.io
Install dependencies
npm install -D -P
Start the server
npm run dev
Before deploy you have to run this
npm run build
You can also preview after build
npm run preview
After that you can deploy in the /dist
folder
Learn more Deploying A Static Site