Skip to content

bobarros/bruno-app-router

Repository files navigation

Bruno's Logo

👋 Hi! I'm Bruno Barros

A Web Developer

Bruno Barros Site Preview

🚀 Quick start

**Run the site locally. I'm using Node v18.18.0

Step 1: Clone The Repo

Fork the repository. then clone the repo locally by doing -

git clone https://github.com/bobarros/bruno-app-router.git

Step 2: Install Dependencies

cd into the directory

cd bruno-app-router

install all the dependencies

yarn install
or
npm install

Step 3: Start Development Server

Then start the development Server

yarn dev or npm run dev

After running the development server the site should be running on https://localhost:3000

📂 What's inside?

A quick look at the folder structure of this project.

├── app
├── components
     ├─── page name
├── content
├── public
     ├───fonts
     ├───img
     └───pdf
     └───svg
├── styles
└── svg

Tools Used

1. Next.js
2. Typescript

Components

Components directory have both typescript and js files.

✌️ Reach me

Feel free to tell me about errors or improvements.