Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flavioislima/asset-manager-spa
- Owner: flavioislima
- Created: 2018-07-13T20:13:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T23:51:07.000Z (over 6 years ago)
- Last Synced: 2024-11-19T01:53:41.638Z (3 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)