/ilyass-portfolio

You will find the initial commits on my codesandbox.

Primary LanguageTypeScript

GitHub license npm version

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

Installing dependencies

To install the dependencies you have to run the command below.

yarn install, yarn or npm install

Starting the server

Developement mode

To start the developement mode you can run the command below.

yarn run dev or yarn dev

Production mode

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.