Skip to content

rjvyas/react-groundstation

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.1%
  • Other 0.9%