TThis project was developed for the Personal Typescript Challenge with the following technologies:
For code formatter and padronization:
To run this applications, you need Git, Node and Yarn
# To see a version of node
$ node -v
v13.12.0
# To see a version of yarn
$ yarn -v
1.22.4
Next step you must clone this repository:
$ git clone https://github.com/ruanlinos/bossaboxfront.git
Inside the foder project, just run:
# First, we need to ensure that all packages are installed:
$ yarn
# Now, we can start the frontend (the backend needs to be working now!):
$ yarn start
Well done! the front end is running.