andregr15 / ReactJSConcepts

Project to learn ReactJS concepts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactJS Concepts

Project to learn the concepts of ReactJS

  1. To run the project do a clone or download the zip file, after that access the folder on terminal or cmd and type:
yarn 

or 

npm install
  1. After that type:
yarn start

or 

npm start
  1. To run the tests run
yarn test 

or

npm run test
  1. To execute need the project NodeJS Concepts located in [https://github.com/andregr15/NodeJSConcepts]

About

Project to learn ReactJS concepts


Languages

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