项目作者: ARWL2016

项目描述 :
React CRUD app using browser local storage:
高级语言: JavaScript
项目地址: git://github.com/ARWL2016/recipe-book-app.git
创建时间: 2017-04-03T07:14:13Z
项目社区:https://github.com/ARWL2016/recipe-book-app

开源协议:MIT License

下载


React Recipe Book Application

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

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