Kasaz Coding Challenge see https://github.com/kasaz/coding-challenge
Live preview here
# install dependencies
$ 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
For detailed explanation on how things work, check out Nuxt.js docs.
# copy sample env file
cp env_sample .env
nano .env
Enter your Google Maps api key and save the file.