This is a portfolio which showcases the work that Philip has done and the experiences he has.
The project is based on the default Gatsby starter.
If Node and NPM is installed. Run npm i -g yarn
to install it.
If you don't want to install Yarn you can just use NPM to run the commands in this repo.
Clone the repo: git clone https://github.com/philipedin/portfolio.git
.
In your chosen command line, stand in the project directory and install the dependencies with: yarn install
.
Run yarn start
(or press F5
if you are on VSCode) to hot-serve your website on http://localhost:8000.
Run yarn run build
to create static site ready to host (/public
)
Used to build the views.
Used to generate a static website.
A way to style components in React.
For static typing, a better code experience and easier spotting of errors.
Used as data source
Philip Edin