Skip to content

msdk-research/imu-gps-api-and-front

Repository files navigation

IMU-GPS-API-AND-FRONT

Node.js/express backend with a simple html/js frontend

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Node.js version >= 10
npm version >= 6

Installing & Deploying

From github

git clone https://github.com/msdk-research/imu-gps-api-and-front
cd imu-gps-api-and-front/
npm i
npm run dev

Scripts

  • npm run dev runs nodemon dev server
  • node run start runs normal node server
  • npm run lint runs code linting
  • npm run test runs code testing

Built With

Authors

License

This project is licensed under the Attribution-NonCommercial-NoDerivatives 4.0 International License - see the LICENSE.md file for details