Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thvroyal/hustparking

Front-end for Web SmartParking
https://github.com/thvroyal/hustparking

Last synced: 3 months ago
JSON representation

Front-end for Web SmartParking

Awesome Lists containing this project

README

        

# Hust Parking

Deploy smart parking interface for managers and clients

## Requirement
[NodeJS](https://nodejs.org/en/download/)

Check version after install Node successfully:
```bash
node --version
```

Check npm version:
```bash
npm --version
```

## Installation

Open the terminal and clone [this](https://github.com/thvroyal/hustparking) project

```bash
git clone https://github.com/thvroyal/hustparking.git
cd hustparking
```
First, install this library ([link](https://www.npmjs.com/package/react-export-excel)):
```bash
npm i react-export-excel
```

Then, run `npm install` to install others lib.

To run the project in `localhost`:
```bash
npm start
```
Open `http://localhost:3000` in your browser to see the website.