Skip to content

raphaelpc/Raphael_Cavalcanti_JAMStackAlura

Repository files navigation

Índice

About

An Portfolio project created with ReactJS, NextJS and Styled Components for the JAMStack Bootcamp from Alura.

This application is deployed in: https://portfolio-ten-ebon.vercel.app/

Folder structure

.
├── src
│   ├── components
│   │   ├── component.tsx
│   │   └── [...]
│   ├── pages
│   │   ├── _app.tsx
│   │   ├── _document.tsx
│   │   ├── index.tsx
│   │   ├── <Page name>.tsx
│   │   ├── [...]
│   ├── styles
│   │   ├── pages
│   │   │   ├── Home.tsx
│   │   ├── components
│   │   │   ├── component.tsx
│   │   └── [...]
│   └── [...]
├── public
│   ├── static
│   │   ├── css
│   │   │   └── [...]
│   │   ├── imgs
│   │   │   └── [...]
│   │   └── favicon.ico
│   └── [...]
└── [...]

Available scripts

yarn dev

Runs the application in development mode.

yarn build

Build the application to be deployed in production.

yarn start

Runs the application previously built with command "yarn build".

Before running

Before running or building the application (right after downloading this repository), run command "yarn" so that all dependencies are downloaded by the Yarn package manager.

About

Meu portfólio (projeto Bootcamp JAMStack Alura)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published