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: 3 months ago
JSON representation
This is a Asset or Product Manager built with ReactJS
- Host: GitHub
- URL: https://github.com/flavioislima/asset-manager-spa
- Owner: flavioislima
- Created: 2018-07-13T20:13:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T23:51:07.000Z (almost 8 years ago)
- Last Synced: 2025-12-31T19:25:32.294Z (6 months ago)
- Topics: axios, json-server, react-router, reactjs
- Language: JavaScript
- Size: 378 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)