Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 769 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 769 Bytes

NextLog App

A Blog app written in TypeScript using NextJS and TailwindCSS

This blog app comes from the example on React website but written in TypeScript using NextJS and TailwindCSS

How to install and run this project

  1. Clone the project
  2. Run npm install to install the dependencies
  3. Run npm run dev and happy bloging!

How to tweak this project for your own uses

Since this is an example project, I'd encourage you to clone and rename this project to use to your own purposes. it's a good starter boilerplate.

Find a bug?

If you found an issue or would like to submit an improvement to this project, please submit an issue using the issues tab above. If you would like to submit a PR with a fix, reference the issue you created!