Skip to content

flavioislima/asset-manager-spa

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Project built during devReactJS course at

About

This is a Asset or Product Manager built with ReactJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published