marqueslu / gostack-reactjs-concepts

This repository contains the second challenge of the Rocketseat GoStack Bootcamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoStack

Challenge: ReactJS concepts

πŸš€ Overview

This is the second challenge of the Rocketseat GoStack Bootcamp. The goal of this challenge is to implement some basics concepts related to ReactJS. You can find the challenge description here: Challenge

πŸ’» Getting started

You can clone this project running the following command in your terminal:

git@github.com:marqueslu/gostack-reactjs-concepts.git

Configuring the project

You can run the command bellow to install all the project dependencies:

yarn

Running the project

To run the project you just need to execute the following command in your terminal:

yarn start

Testing the project

To run all the project unit tests, you need to run the following command:

yarn test

πŸ“ License

This project is licensed under the MIT LICENSE


Made with πŸ’œ by Lucas Marques

About

This repository contains the second challenge of the Rocketseat GoStack Bootcamp

License:MIT License


Languages

Language:JavaScript 80.2%Language:CSS 10.8%Language:HTML 9.1%