Very simple React Portfolio made from scratch.
To download:
$ git clone https://github.com/alejandrocora/react-portfolio
Downloading yarn:
$ npm install --global yarn
To start the Development server:
$ yarn start-client
To build the Distribution files:
$ yarn build
To run the final server:
$ cd server
$ yarn start