nathanmeira / blizzard

Battle.net website concept

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blizzard Battle.net Website Concept

This project is for study purposes, created just for fun.

The original layout was created by Bruno Totoro from scratch.

🗺️ Roadmap

  • Code initial project structure
  • Create components library
  • Add more pages

🔧 Stack

  • Nuxt 3
  • Tailwind
  • Bun

📸 Screenshots

image


🧰 Build Setup

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

About

Battle.net website concept


Languages

Language:Vue 98.0%Language:JavaScript 1.4%Language:TypeScript 0.4%Language:CSS 0.2%