This example will show you how to create a Nextjs blog with Sequelize in typescript with some features as below:
- Admin Dasboard to mange categoryies, blogs,…
- Landing page to display your blogs,…
Server entry point is /index.ts in development and /index.js in production.
The second directory should be added to .gitignore.
npm i
npm run dev