samuelcrx / react-toyblock-client

Study of building tests on components and methods in React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Application Toy Blocks (client)

Project for Redux study and implementation of tests on the frontend.

This project consists of a node interface, where each node has a status and an endpoint for block searching. Each node can have none or many blocks, indexed and with description.

Prerequisites

  • NodeJS (versão >= 12.0.0)

Instalação

Run the following commands

yarn
ou
npm install

Development

To run the project in a development environment, simply run the command:

yarn dev
ou
npm run dev

Built with:

Production

To generate the production code, simply run the command:

yarn build
ou
npm run build

About

Study of building tests on components and methods in React

License:MIT License


Languages

Language:TypeScript 89.9%Language:HTML 5.1%Language:CSS 4.2%Language:JavaScript 0.8%