Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 200 Bytes

read.md

File metadata and controls

12 lines (11 loc) · 200 Bytes
  • nvm install node
  • node --version (to see which version)
  • ls
  • cd ..
  • npx create-react-app radiomap
  • ls
  • cd radiomap
  • npm install
  • ls
  • npm start

go to http://localhost:3001/ in your browser