Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 784 Bytes

README.md

File metadata and controls

43 lines (33 loc) · 784 Bytes

Github API client with React and Nextjs

Check out the live demo on heroku!

Technologies

  • Nodejs
  • Express node framework
  • React
  • Nextjs for SSR
  • Yarn for dependency management
  • Sass for stylesheets
  • Semantic UI CSS framework
  • Jest for unit testing

Requirements

  • Node.js
  • Yarn

Installation

  1. Clone this repo

  2. Install dependencies

yarn install
  1. Start the server
yarn dev
  1. Access application at http://localhost:3001

Test

yarn test

Contributing

Please read contributing.md for details on how to contribute with this repository