Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thucpn/amplication-client-demo
Sample blog using amplication.com
https://github.com/thucpn/amplication-client-demo
amplication hacktoberfest2021
Last synced: 2 days ago
JSON representation
Sample blog using amplication.com
- Host: GitHub
- URL: https://github.com/thucpn/amplication-client-demo
- Owner: thucpn
- Created: 2021-10-04T04:28:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-05T07:01:19.000Z (over 3 years ago)
- Last Synced: 2024-12-29T19:48:37.910Z (26 days ago)
- Topics: amplication, hacktoberfest2021
- Language: JavaScript
- Homepage: https://amplication-client-demo.vercel.app
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Demo client using amplication
This is a sample blog built by Amplication and NextJs
I use Amplication as the backend of my blog. That saves a lot of time because I don't need to write any lines of code to setup the CMS. UI is rendered from server side with NextJs ( template from Next.js tutorial. )
View deployment [here](https://amplication-client-demo.vercel.app)
## How to run client
- Install dependencies
```
npm install
```- Run the project in development
```
npm run dev
```Navigate to `http://localhost:3000` and everything get done!
## How to view dashboard
[Dashboard](https://ckucijpib12919151bs6rwwjg22p-server-vn57etnuya-ue.a.run.app/) is automatically generated by Amplication. You should take a look at [Dashboard](https://ckucijpib12919151bs6rwwjg22p-server-vn57etnuya-ue.a.run.app/) to know how cool it is.
```
username: admin
password: admin
```## Thank you
Thanks `nextjs.com` for blog template.
Thanks `vercel.com` for free deployment.
Thanks `amplication.com` for awesome backend.