https://github.com/semanurbilada/term-project-website
Common term project of GUI Programming & Web Programming lectures
https://github.com/semanurbilada/term-project-website
aos-animation css-animations html-css-javascipt npm swiper-js vite-js
Last synced: 3 months ago
JSON representation
Common term project of GUI Programming & Web Programming lectures
- Host: GitHub
- URL: https://github.com/semanurbilada/term-project-website
- Owner: semanurbilada
- Created: 2023-11-07T11:42:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-02T18:36:50.000Z (over 1 year ago)
- Last Synced: 2025-01-16T10:40:48.576Z (5 months ago)
- Topics: aos-animation, css-animations, html-css-javascipt, npm, swiper-js, vite-js
- Language: HTML
- Homepage:
- Size: 7.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How to run the website?
1. Clone the repository;
```
git clone https://github.com/semanurbilada/term-project-website.git
```2. You can run, in the project directory;
```
cd term-project-website
```3. To install the npm libraries;
```
npm install
```4. To run the project;
```
npm run dev
```