Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1004 Bytes

README.md

File metadata and controls

35 lines (31 loc) · 1004 Bytes

Recipe Search ReactJs App

alt text

Instructions

git clone https://github.com/haritkumar/recipe-search-reactjs.git
cd recipe-search-reactjs/
npm install redux react-redux bootstrap reactstrap jquery font-awesome react-router-dom --save
npm start

Run Build

npm run-script build
npm install -g serve
serve -s build [You may serve it with a static server]

Docker Image

FROM httpd:2.4
LABEL maintainer="haritkumar@hotmail.com"
COPY ./build/ /usr/local/apache2/htdocs/
docker build -t my-apache2 .
docker run -dit --name my-running-app -p 8080:80 my-apache2

Font Awesome Icons