A boilerplate template for layout components.
Framework | Description |
---|---|
Next.js | A framework for building fast and responsive web apps. |
- 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