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
-
Install and use the correct version of Node using NVM
nvm install
-
Install dependencies
yarn
-
Start the development server
npm start
-
Generate a full static production build
npm run build
-
Preview the site as it will appear once deployed
npm run start
