Solution for a challenge from Devchallenges.io.
- ReactJS
- Redux
- Sass
- create-react-app
To build this repository you need to have Node.js installed and Git (optionally). You can also download a ZIP file above, without having to install git.
# Clone this repository
$ git clone https://github.com/ArdKr/GitHub-Jobs
# Install dependencies
npm install
# Build it
npm run build
# or run a live development version
npm start