Space where coders come together
You once wrote some terrible horrific code or some genius hacky function. Maybe you came across and interesting code snippet and you want to share that with world? Welcome to Owlhub where you can share code snippets with people from around the world.
- Post code snippets
- View private posts by unlocking via a key
- View your profile
- React and comment to posts
The react project is bootstrapped with create-next-app
. One the backend we are using amplify
infrastructure
cd owlhub
npm install
Install amplify cli
npm install -g @aws-amplify/cli
Configure amplify
amplify configure
When you come to this section enter then access key ID and the secret access key which we will provide to you
Enter the access key of the newly created user:
? accessKeyId: # YOUR_ACCESS_KEY_ID
? secretAccessKey: # YOUR_SECRET_ACCESS_KEY
This would update/create the AWS Profile in your local machine
? Profile Name: # (default)
Pull amplify back-end
amplify pull
npm run dev
To learn more about React, take a look at the following resources:
- React - React official docs
- Amplify - Amplify official docs
- React + Amplify Tutorial - Getting started with React and Amplify
Fatima Zahra Chriha |
Sarah Fluck |
Alesana Lealofi Eteuati Jr |