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
- Install dependencies
npm install
- Run the project in development
npm run dev
Navigate to http://localhost:3000
and everything get done!
Dashboard is automatically generated by Amplication. You should take a look at Dashboard to know how cool it is.
username: admin
password: admin
Thanks nextjs.com
for blog template.
Thanks vercel.com
for free deployment.
Thanks amplication.com
for awesome backend.