https://github.com/ninsau/gss
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ninsau/gss
- Owner: ninsau
- Created: 2022-10-22T21:02:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T02:12:44.000Z (over 2 years ago)
- Last Synced: 2025-01-27T07:29:39.369Z (4 months ago)
- Language: TypeScript
- Size: 401 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Technologies
- Nextjs
- TypeScript
- AWS Amplify
- Tailwind CSS
- Formik
- Zustand
- Yup
- React Hot Toast
- HeroIcons## To use
- First, run the development server:
```bash
npm run dev
# or
yarn dev
```- Open [http://localhost:3000](https://console.aws.amazon.com/amplify/) with your browser to see the result.
- You can start editing the page by modifying `pages/index.ts`. The page auto-updates as you edit the file.
- Visit [AWS Amplify console](https://console.aws.amazon.com/amplify/) to set up Amplify to connect with your version.
- Set up your AWS DynamoDb models using the structure found in `src/models` folder.