Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 163 Bytes

File metadata and controls

15 lines (13 loc) · 163 Bytes

Setting up the project

  • Getting started with React
 https://reactjs.org/
  • Get the dependencies
 npm install
  • Run the app
 npm start