Skip to content

ReactJs, Redux, API Integration, Router, Bootstrap 4 UI

Notifications You must be signed in to change notification settings

haritkumar/recipe-search-reactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ReactJs, Redux, API Integration, Router, Bootstrap 4 UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published