Explore the docs »
Report Bug
·
Request Feature
A famous hamburger restaurant app for searching near store locations and a dynamic hamburgers menu where you can find the perfect hamburger for you belly.
To get a local copy up and running follow these simple steps.
-
Install Yarn - doc: https://www.yarnpkg.com/
-
Check if Yarn is installed
$ yarn --v
You can use docker to pull an image of entire project fully dockerize
or you can clone the repo from Github
- Clone the repo from Github
$ git clone https://github.com/ryarturogi/foodies-elaniin.git
- Install dependencies
# install dependencies with yarn
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
- ELANIIN_API_PATH
- MAPBOXAPI
© 2021 Ricardo A. Guillen. r.arturogi@gmail.com