Skip to content

jsdelivrbot/recipe-book-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Recipe Book Application

A CRUD application for storing recipe information in the browser local storage.

Useful Links

https://github.com/ARWL2016/recipe-book-app https://www.freecodecamp.com/challenges/build-a-recipe-box

Built with:

  • React
  • React-Router
  • Underscore
  • Bootstrap
  • Webpack

Development Mode

  • run webpack-dev-server with npm run start:dev
  • this will serve a bundle from memory at the publicPath assets/bundle.js - so reference this in index.html

Production Build

  • Write some script for this!!!
  • npm run build:prod - this will place a production bundle in app/build
  • adjust link in index.html
  • commit and push to git
  • git push heroku master

About

React CRUD app using browser local storage:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%