This portfolio is made with React Next Typescript.
To start the Next JS server you have to run the CLI commands using yarn or npm
To install the dependencies you have to run the command below.
yarn install
, yarn
or npm install
To start the developement mode you can run the command below.
yarn run dev
or yarn dev
To start the production mode you have to build the app, you can build with yarn run build
or yarn build
.
And then start the server using yarn start
.
This repository is made with love by Ilyass Ben Hakim.