Jungle Test

This project is a test and was bootstrapped with Create React App.

💻 Live demo

A demo of this project is available at https://jungle-test.netlify.app/

⚙️ Requirements

  • Node >= 15

    This project is using nvm, so you'll find the node version used by this project in the .nvmrc file. You can also check your current node version with node --version command.

🚀 Getting started

  1. Clone the project
git clone https://github.com/jeromeraffin/jungle-test.git
  1. Install the dependencies
yarn install
  1. Start the project in local
yarn start
  1. And then go to http://localhost:3000

Application stack

Technical Stack

💾 Avalaible scripts

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn test

Launches the test runner in the interactive watch mode.

yarn build

Builds the app for production to the build folder.