My Professional Website
The website is implemented by using react
and react-static
. First you can
install all dependencies:
$ yarn install
In order to start development you should perform the following commands:
$ yarn start
In order to build and export the source code as static website you should perform the following operations:
$ yarn export