Skip to content

Latest commit

 

History

History
executable file
·
13 lines (10 loc) · 315 Bytes

README.md

File metadata and controls

executable file
·
13 lines (10 loc) · 315 Bytes

innovativeproject-inno-point

To run react app:

  1. cd innovativeproject-inno-point
  2. npm install
  3. npm start

To run node server:

  1. cd innovativeproject-inno-point/server
  2. npm install
  3. npm start

This project was bootstrapped with Create React App.