Free and open-source serverless app built with React and AWS Amplify. Developed with ❤️ by minj_shalom. If you love our project please star ⭐️ our repo!
View Demo | Download | More Repositories | GitBook | Tech Blog
Serverless App includes following features:
- Create a feed.
- Delete a feed or all feeds.
- Refresh the Timeline.
- Support responsive web design.
- Support light mode and dark mode.
version | date | change history |
---|---|---|
v1.0.2 | 2022.06.05 | [bugfix] Fix bug related to aws amplify api permission. |
v1.0.1 | 2022.05.19 | [bugfix] Support light mode and dark mode for favicon. |
v1.0.0 | 2022.05.18 | Create the document for the first time. |
- Clone repository
git clone https://github.com/minj-shalom/serverless-app.git
- Get in the project folder
cd serverless-app
- Install dependencies via npm or yarn
npm install
yarn
To use amplify's functions normally, you need to install amplify, set up the environment, and initialize it. Please refer to the following post for more details.
Run development server
yarn start
The user manual for Serverless App can be found in GitBook.
If you would like to get knowledge and information about the technology used in this project, read the 'AWS-Amplify' series on Velog.
If you need help, please email [email protected].
- Star our GitHub repo ⭐
- Create pull requests, submit bugs, suggest new features or documentation updates 🔧
- Visit @minj_shalom on Velog, like, and comment on.
- Follow @minj_shalom on Instagram.
- Subscribe Director Lee on Youtube.
Serverless App version is MIT-licensed.
Serverless App v1.0.2