My portfolio is using Gatsby.js - make sure to check it out :). Under the hood, Gatsby uses React, so the project structure is very similar to other React projects. I also chose it in case I ever start a blog - Gatsby is a static site generator.
- Run server with:
gatsby develop
- Hot reloading environment available at
localhost:8000
- Hot reloading environment available at
- Build with
gatsby build
- Deploy
public
folder to a webserver of your choice (I used netlify)
- This project is licensed under the MIT License - see the LICENSE file for details