FYND
-
clone the repo
-
change to frontend directory, install dependencies and start build
$ cd ./frontend
$ npm i
$ npx expo start -
change to frontend directory, install dependencies and start backend
$ cd ../backend
$ npm i
$ npm run start
| Name | Name | Last commit date | ||
|---|---|---|---|---|
FYND
clone the repo
change to frontend directory, install dependencies and start build
$ cd ./frontend
$ npm i
$ npx expo start
change to frontend directory, install dependencies and start backend
$ cd ../backend
$ npm i
$ npm run start