ArchonsDev / react-pointwatch-web

1 stars 1 forks source link

PointWatch Frontend Application

This is the Frontend application of the PointWatch project, bootstrapped with Create React App. To work properly, have the backend API of the project running.

Table of Contents

Installation

Make sure to have NodeJS installed before running the project.

Usage

Open Git bash and run the following commands:

Clone the project:

git clone https://github.com/ArchonsDev/react-pointwatch-web.git

Install the necessary modules:

npm install

Run the project:

npm start

It should run the app in the development mode.\ Open http://localhost:3000 to view it in your browser. The page will reload when you make changes.\ You may also see any lint errors in the console.

Support

For any concerns, open an issue here.