(Work in progress)
You need to install Node.js and Yarn first, then in order to clone the project via HTTPS, run this command:
git clone https://github.com/jonatasoc/gostack_gobarber_web.git
SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:
[email protected]:jonatasoc/gostack_gobarber_web.git
Install dependencies
yarn
Create your enviroment variables based on the examples of .env.example
Run the following command in order to start the application in a development environment:
yarn start
Question: What are the tecnologies used in this project?
Answer: The tecnologies used in this project are React + Styled Components to handle scoped CSS.
Released in 2020 This project is under the MIT license