Job Board
A minimal job board created for new developers. See it live.
These instructions will get you a copy of the project up and running on your local machine for development.
Things you need to install beforehand:
- npm - Javascript package manager.
- A Junior Dev - Backend - A Junior Dev's backend repo. It's prefered that you install this first.
Open terminal and run the following lines of code to clone and run this project.
$ git clone https://github.com/SeeYouSpaceCowboy/a-junior-dev-react.git
$ cd a-junior-dev-react
$ npm i
$ npm start
This project should now be running locally on port 3000
.
A Junior Dev consists of a front-end and a back-end. For this project to run you have to have both projects installed and running locally at the same time.
If haven't already, you should now clone and install the back-end of this project; instructions here.
- Create React App - Create React apps with no build configuration.
A Junior Dev was built by Mohammed Chisti.