Skip to content

Latest commit

 

History

History

moviehunt-web

🍿 Movie Hunt

Similar to Product Hunt but for movies. It's a dynamic web application based on Gatsby

Screenshot

A Sample application powered by Canonic

Developing

Starts the development server on port 8000. Tested on nodeJS v12.16.1

yarn install
yarn start

Deploying

Generates production assets in the public folder.

yarn install
yarn build