React Recipe Box is a webapp that uses react with JSX to store recipes and ingredients. You can add, delete,edit recipes.
To Run the app :
# Get the latest version
git clone https://github.com/shaktilucifer/react-recipeBox.git
# Change directory
cd react-recipeBox
# Run the build
npm run build
# Run webpack-server
npm run dev The app will run at localhost:8080