Project developed for Ignite offered by Rocketseat.
This project has only a frontend application.
Before you begin, you will need to have the following tools installed on your machine: Git, ReactJS, Yarn Besides that, is good to have an editor to visualize and navigate trough the code like VSCode
# Clone this repository
$ git clone git@github.com:henbalmant/challenge-01-react-concepts.git
# Access the project folder with your terminal/cmd
$ cd challenge-01-react-concepts
# Install all dependencies
$ yarn install
# Runs application tests
$ yarn test
# Starts the development application
$ yarn dev
# The server will start on port:8080 - access http://localhost:8080
The following tools were used in the construction of the project:
🎲 Frontend (NodeJS)
See package.json
- Editor: Visual Studio Code
- Markdown: StackEdit, Markdown Emoji
- Commit Conventional: Commitlint
Henrique Balmant 🚀