/react-recipe-finder

Recipe web app built using Reactjs.

Primary LanguageJavaScript

react-recipe-finder

Built with react and spoonacular api

Build Setup

# install dependencies
npm install
# serve with hot reload at localhost:3000
npm run start
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report

Build With Docker

docker build -t recipe-app:nginx -f Dockerfile
docker run -p 8080:80 recipe-app:nginx

📝 License

This project is free to use