/ReactJSConcepts

Project to learn ReactJS concepts

Primary LanguageJavaScript

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]