Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 679 Bytes

File metadata and controls

19 lines (13 loc) · 679 Bytes

Next.js - TypeScript - Bootstrap

A boilerplate template for layout components.

Built with

Framework Description
Next.js A framework for building fast and responsive web apps.

Getting Started

  • Clone the repository
  • Moving into the folder with cd
  • Install dependencies npm install
  • Run npm run dev to start the development server
  • Open the app in a browser at http://localhost:3000