This project is a test and was bootstrapped with Create React App.
A demo of this project is available at https://jungle-test.netlify.app/
- 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 withnode --version
command.
- Clone the project
git clone https://github.com/jeromeraffin/jungle-test.git
- Install the dependencies
yarn install
- Start the project in local
yarn start
- And then go to http://localhost:3000
react
as the main front-end library. See React Documentationstyled-components
CSS-in-JS library. See Styled-Components Documentationwelcome-ui
for the ui of the app (components and global theme). See Welcome UI Documentation
Typescript
as a typing library. See Typescript Documentation
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build
folder.