Install
install node_module
The project is built by Nextjs, so development and construction will follow CRA guidelines, please check more carefully here -https://beta.nextjs.org/docs/installation
System Requirements:
Node.js 18.17 or later.
macOS, Windows (including WSL), and Linux are supported.
Extract the chisfis.zip file.
Open the Terminal, write a
cd
space and drag the folder into the Terminal, and press ENTER.Type and run
npm i
oryarn install
the commandYou need to add your
NEXT_PUBLIC_GOOGLE_MAP_API_KEY
andNEXT_PUBLIC_GOOGLE_MAP_ID
environment variable in the .env file. https://visgl.github.io/react-google-maps/docs/get-startedOnce the installation is completed successfully without errors you can run the template in the
npm run dev
or with yarn isyarn dev
command.Open the browser at the URL:
localhost:3000
All done. Thank you.
Last updated