Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.