Simple portfolio application for displaying websites I've created.
Current (v3) - https://4-websites.vercel.app/
NextJS, TypeScript, Styled Components, Zustand, Framer Motion
Slider (v2) - https://4-websites-slider.vercel.app/
NextJS, TypeScript, Styled Components, SwiperJS
Oldest (v1) - https://4-websites-first.vercel.app/
NextJS, TypeScript, ChakraUI, Framer Motion
├── src/
│ ├── assets
│ │ ├── icons
│ │ └── images
│ ├── components
│ ├── pages
│ ├── utils
│ ├── store
│ ├── data
│ └── styles
└── package.json
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
npm run build |
Build your production site to ./dist/ |