/serverless-app

Primary LanguageJavaScriptMIT LicenseMIT

🤘 Serverless App

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

image

Features

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.

Release Note

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.

Installation

  1. Clone repository
git clone https://github.com/minj-shalom/serverless-app.git
  1. Get in the project folder
cd serverless-app
  1. Install dependencies via npm or yarn
npm install
yarn

Amplify Installation, Configure, and Init

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.

Quick start

Run development server

yarn start

GitBook

The user manual for Serverless App can be found in GitBook.

Tech Blog

If you would like to get knowledge and information about the technology used in this project, read the 'AWS-Amplify' series on Velog.

Support

If you need help, please email minj9711@gmail.com.

How can I support developers?

License

Serverless App version is MIT-licensed.

Version

Serverless App v1.0.2