abui-am / ekrut-test-interview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with Create React App

This project was bootstrapped with Create React App.

Getting Started

To get started running the project locally, please follow the steps below.

First, clone the repository

git clone https://github.com/abui-am/ekrut-test-interview

Then, install the dependencies. note that we use yarn, not npm.

cd ekrut-test-interview
yarn install

Create .env file and put your base url there with variable name REACT_APP_BASE_URL

REACT_APP_BASE_URL=[your base url]

You can now start the development server with

yarn start

Open http://localhost:3000 with your browser to see the result.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

TailwindCSS

Check out: https://tailwindcss.com/

Immersjs

Check out: https://github.com/immerjs/immer

React Redux

Check out: https://react-redux.js.org

For optimizing redux, please check: https://redux.js.org/usage/deriving-data-selectors

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

yarn build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

About


Languages

Language:JavaScript 85.9%Language:HTML 7.7%Language:CSS 6.5%