Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 357 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 357 Bytes

Codesandbox in your browser

Check out the project on codesandbox here https://codesandbox.io/s/github/TheOceanX/react-sandbox

Running Locally

  1. Pull the repository from github

git clone https://github.com/TheOceanX/react-sandbox.git

  1. Install packages

cd react-sandbox/

npm install

  1. Run

npm start