Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 386 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 386 Bytes

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.

How to run

npm i

npm run dev