Skip to content

toey02354/Portfolio

Repository files navigation

To run App

pnpm i
pnpm dev

To build App

pnpm build

File Structure (Important files)

-- assets
-- components
 - shared
 - layout.tsx
-- context
  - ThemeProvider.tsx
-- pages
-- public
-- styles
  - globals.css
-- utils

Tech stack

  • NextJS 12
  • TypeScript
  • TailwindCSS
  • ReactIcons
  • TypeWriter

To make import easier

we can use @/ instead of using a bunch of ../ to get back to the root directory
in tsconfig.json

{
  "compilerOptions": {
    "paths": {
      "@/*": ["./*"]
    }
  },
}

About

Portfolio version 2 built with NextJS 12

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published