App Gallery
Loading...
HBS Logo

Getting Started

Follow 5 simple steps to get started:

Clone this repo to download this project locally:

git clone https://github.com/harvard-hbs/hbs-platypus.git 

Change into directory and install dependecies:

Email Rob Silva and request copy of credentials file .env.local

Change into directory and install dependecies:

cd hbs-platypus && npm install 

Run this script to clean up (remove) documentation:

npm run cleanup

Run this project: locally

npm run dev

Next Steps


Navigation

Learn how to set up your layout and stub out the navigation for your app.

Learn more

Forms

How to handle data input and validation.

Learn more

Global State

Using context to retrieve and store application-level global state

Learn more

Deploying

Deploying this app to AWS

Learn more