Install

install node_module

The project is built by CRA (https://create-react-app.devarrow-up-right), so development and construction will follow CRA guidelines, please check more carefully here - https://create-react-app.dev/docs/getting-startedarrow-up-right

System Requirements:

  1. Extract the chisfis.zip file.

  2. Open the Terminal, write a cd and space then drag the folder into the Terminal, and press ENTER.

  3. Type and run yarn install command.

  4. You need to add your REACT_APP_GOOGLE_MAP_API_KEY and REACT_APP_GOOGLE_MAP_ID environment variable in the .env file https://visgl.github.io/react-google-maps/docs/get-startedarrow-up-right

  5. Once the installation is completed successfully without errors you can run the template in the yarn start command.

  6. Open the browser in the URL: localhost:3000

  7. All done. Thank you.

Creating a Production Build: https://create-react-app.dev/docs/production-build/arrow-up-right

Last updated

Was this helpful?