VueJS frontend interface that shows github users, their information and repositories
This project was build with Gridsome, a lightweight Vuejs framework to generate static files.
I have a basic knowledge of React, but I’m not having much time right now, so I used what I’m confortable with.
About the backend, I was learning Typescript last month, so I tried to use it on this project to pratice.
npm install --global @gridsome/cli
gridsome create my-gridsome-site
to install default startercd my-gridsome-site
to open the foldergridsome develop
to start a local dev server at http://localhost:8080