idillia / react-groundstation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Groundstation

A React.js / Node.js app using Express 4 and websockets with Socket.io.

Running Locally

Make sure you have Node.js installed.

git clone https://github.com/rLoopTeam/react-groundstation.git # or clone your own fork
cd react-groundstation
npm install
npm run start-all

# alternatively you can run the batch files
installStartup.bat #(for installing npm packages and run app)
buildAndRun.bat #(for simply build and run)
debug.bat #(for running app and attaching a debugger)
startup.bat #(for running app)

Your app should now be running on localhost:3000.

Available Scripts (likely to change)

  • npm start (to run application)
  • npm run _pod (to run faux pod comms)
  • npm run test-backend (to run tests)
  • npm run start-all (to run application with faux pod comms)
  • npm run _start-debug (to run application with ability to attach debugger)
  • npm run build (to build for production)
  • npm run bstart (to build and run)

About


Languages

Language:JavaScript 97.9%Language:HTML 1.3%Language:CSS 0.7%Language:Batchfile 0.1%