pepoeverton / simple-cars-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple cars manager

This project was bootstrapped with Create React App.

About UI/UX

Note: To change a car, just double click on a line to open the editing mode

Stack

  • React
  • React Router Dom
  • Redux
  • Less

Dependencies

npm i

and

npm i -g json-server

Development

npm run start

Building

npm run build

Run Application

To run the application run the fake server to simulate a backend:

npm run server

Note: Json-server runs on port 7171;

And run the command below to run the front-end

npm run start

Note: Front-end runs on port 3000;

About

License:MIT License


Languages

Language:JavaScript 91.8%Language:CSS 6.1%Language:HTML 2.1%