Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1 KB

README.md

File metadata and controls

40 lines (24 loc) · 1 KB

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

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 is automatically generated by Amplication. You should take a look at Dashboard 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.