jinshunlee / what-to-eat

What Do You Wanna Eat?

Home Page:https://what-to-eat.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what-to-eat

About:

Do you have difficulty deciding what to eat? This website helps you to decide what to eat around you

Install:

Clone this repo into a new project folder, e.g. what-to-eat:

git clone https://github.com/jinshunlee/what-to-eat my-elm-project
cd my-elm-project

Re-initialize the project folder as your own repo:

rm -rf .git         # on Windows: rmdir .git /s /q
git init
git add .
git commit -m 'first commit'

Install all dependencies using the handy reinstall script:

npm run reinstall

This does a clean (re)install of all npm and elm packages, plus a global elm install.

Serve locally:

npm start
  • Access app at http://localhost:8080/
  • Get coding! The entry point file is src/elm/Main.elm
  • Browser will refresh automatically on any file changes..

Build & bundle for prod:

npm run build
  • Files are saved into the /dist folder
  • To check it, open dist/index.html

About

What Do You Wanna Eat?

https://what-to-eat.netlify.com/


Languages

Language:Elm 66.1%Language:JavaScript 24.4%Language:CSS 6.4%Language:HTML 3.2%