These instructions will get you a copy of the project up and running on your local machine for development purposes.
You need to install NodeJS on your computer before you can use "GoBarber WEB". You can install NodeJS by following these instructions.
Once you have completed the installation process, try typing npm -v
into your command line. You should get a response with the version of NodeJS.
Once you have NodeJs instaled, you need to install Yarn. You can install Yarn by following these instructions.
After instalition, try typing yarn -v
into your command line. You should get a response with the version of Yarn.
You must have the GoBarber API.
It is recommended to install the extension ESLint, Prettier, EditorConfig and edit the code editor' settings:
"files.eol": "\n",
"editor.codeActionsOnSave": { "source.fixAll.eslint": true },
After clone repository, go to folder and follow this steps:
- Create a file
.env
based on the file.env.example
; - Place your settings inside the
.env
file; - Run
yarn
to install dependencies; - Run
yarn start
to start application.
Now you can use from your browser "GoBarber WEB".
- ReactJS
This project is licensed under the MIT License - see the LICENSE.md file for details.
Based on Starter Rocketseat 🚀