Skip to content

Natanaelvich/gobarber-web

Repository files navigation

Barber Manage

barber shop manager

Requirements

For development, you will only need Node.js installed on your environement.


Install

$ git clone https://github.com/ORG/PROJECT.git
$ cd PROJECT
$ npm install

Start & watch

$ npm start

Update sources

Some packages usages might change so you should run npm prune & npm install often. A common way to update is by doing

$ git pull
$ npm prune
$ npm install

To run those 3 commands you can just do

$ npm run pull

Languages & tools

JavaScript

  • Eslint is used to prevent JavaScript error.
  • Prettier is an opinionated code formatter
  • ReactJS is used for UI.

CSS


ScreenShots

Login


Register


Dashboard


Profile