Skip to content

burnhc/cs-explore-day-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

This is a CS Explore Day activity project for high school students.
This project was bootstrapped with React.

Requirements

Before cloning this project, please install these on your system:

Setup

Clone the project with the following command:
git clone https://github.com/burnhc/cs-explore-day-game

In the project directory, build the project for the first time with:
npm install

Each time you want to run the app in development mode, run:
npm start

Open http://localhost:3000 to view it in the browser.
The page will reload if you save edits. You will also see any lint errors in the console.

Contributing

Before pushing changes to GitHub, please ensure that the project builds completely
and all components remain functional.