Skip to content

ChangHorng/react-info-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About The Project

This project is using React to build a simple static React Information Website with light mode and dark mode.
React

Getting Started

In order to view the website, you can either open the link below or make a local copy and run it locally.

Link to Website

https://bejewelled-daifuku-8b1e8d.netlify.app/

Local Installation

This part show how you can install and setup the application locally.

  1. Clone this repository
    git clone https://github.com/ChangHorng/react-info-site.git
  2. Install NPM packages (Make sure you have your npm installed in your laptop)
    npm install
  3. Run the website and click on the link
    npm run dev

Now, you can view the website!