/ws-srv

Primary LanguageJavaScript


Websocket Server

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact

About The Project

The project consists of creating a React App that present a data received from a socket.

Built With

(back to top)

Getting Started

To visualize properly the app, you need to run the backend as you can see at this link

Prerequisites

  • node (you can use nvm to manage node version)

Installation

run backend

cd ws-srv-backend/
npm install
npm i -g typescript
node ./dist/server/server.js

run frontend

cd ws-srv-frontend/
npm install
npm start

Testing

To execute frontend tests run:

cd ws-srv-frontend/ (if not at the folder)
npm test

Disclaimer: If you have some incompablity when runing, checks if the peer dependencies for recharts includes your current version of React. If adding still don't work, then try to use npm install --force

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the Wiliot License.

(back to top)

Contact

Your Name - Tamara Vitorino - tamara@vitorino.io

Project Link: Original Repository

(back to top)