Note: This setup tutorial assumes that you already have installed a package manager like npm and the version control system git.
- Open your terminal.
- In your terminal, go to the folder where you want to save the app.
- Run the command
git clone [email protected]:J-Rozas/GeoFun.git - Once the download has ended, run
cd client - Now, to install all the modules for the client run
npm i - Once the download is completed, run
cd ../server - Finally, to install the modules for the server run
npm i - Optional: To get some pre-created users in the database run
npm run seedsafter the last command.