Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flavioislima/asset-manager-spa

This is a Asset or Product Manager built with ReactJS
https://github.com/flavioislima/asset-manager-spa

axios json-server react-router reactjs

Last synced: 17 days ago
JSON representation

This is a Asset or Product Manager built with ReactJS

Awesome Lists containing this project

README

        

# ReactJS Product Manager
A Product Manager built with ReactJS, Json-Server and Axios.

### Prerequisites

What things you need to install the software and how to install them

* node.js
* NPM Package Manager

### Installing

Clone this repository

```
git clone https://github.com/flavioislima/asset-manager-spa.git
```

Installing the dependencies from the NPM Package Manager

```
cd realtime-comments
```

```
npm install
```

To start the development environment, run the following command:

```
npm run start
```

or

```
yarn start
```

After run, the browser open window automatically at http://localhost:3000/

## Local DB with Json-Server

Install Json Server globally with the command below:
```
npm i -g json-server
```

Then, in the project folder (with the db.json in it), run:

```
json-server db.json --watch --port 3001
```

## Built with

- ReactJS
- Json-Server
- Axios

## Author

- [Flávio F Lima](https://github.com/flavioislima)

## Project built during devReactJS course at
- [DevPleno](https://www.devpleno.com)