Skip to content

Common term project of GUI Programming & Web Programming lectures

Notifications You must be signed in to change notification settings

semanurbilada/term-project-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run the website?

  1. Clone the repository;
git clone https://github.com/semanurbilada/term-project-website.git
  1. You can run, in the project directory;
cd term-project-website
  1. To install the npm libraries;
npm install
  1. To run the project;
npm run dev