Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 973 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 973 Bytes

Personal project: React migration of Sync website

Main goal

🎯 Migrate all the html and css files from the previous replica project (repo and deployed website) to another website built with React framework.

Stack

  1. Vite
  2. React framework

Deployment

🚀 This project has been deployed on Vercel: React migration of Sync website

Installation Guide

▶ These are the steps that you have to follow to start exploring the project:

  1. Clone this repository to your local machine:

    git clone https://github.com/KalypsoDev/React-migration
  2. Run these commands:

    npm i
    npm run dev
  3. Click on the url local host provided by Vite to access the webpage.

  4. Now you are ready to start editing this project on your favourite IDE.