mwolson / your-next-movie

Discover movies that you'd like to watch next, and star your favorites! :star:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Your Next Movie

Discover movies that you'd like to watch next, and star your favorites! ⭐

Quickstart

# Ensure node 7.0.0 is installed, and then:
git clone https://github.com/mwolson/your-next-movie.git
cd your-next-movie
cp -f .env.example .env
# Install yarn globally if you haven't yet, and then:
npm run setup:yarn
# Wait 60 seconds for webpack to finish compiling assets, and then start a dev server with:
yarn start
# Open http://localhost:1337 in Google Chrome to see the webapp

Please refer to the README.md from the original starter kit for:

  • Further build and deployment options for this project
  • Why this project follows a particular directory structure
  • Explanation of different dependencies that are installed

About

Discover movies that you'd like to watch next, and star your favorites! :star:

License:MIT License


Languages

Language:JavaScript 98.6%Language:HTML 1.4%