A Product Manager built with ReactJS, Json-Server and Axios.
What things you need to install the software and how to install them
- node.js
- NPM Package Manager
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/
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
- ReactJS
- Json-Server
- Axios