Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.12 KB

File metadata and controls

56 lines (39 loc) · 1.12 KB

Water My Plants

A Lambda School "Build Week" collab project where contributors built a fullstack CRUD application in just a (work) weeks time.

Within the Web app you can:

  • Authorization & Authentication: Sign in or Sign Out
  • Create: Create new plant card
  • Read: Get a list of the current plants available on the dashboard
  • Update: Update a plant card's information
  • Delete: Delete cards that YOU create

demo

🚨 Forking this repo (please read!)

🛠 Installation & Set Up

  1. Install and use the correct version of Node using NVM

    nvm install
  2. Install dependencies

    yarn
  3. Start the development server

    npm start

🚀 Building and Running for Production

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run start