Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNoIce authored Oct 7, 2019
1 parent 5df149f commit 1f9c799
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
You must create a mapbox account to get an api key and insert into an .env folder created in the root directory with REACT_APP_API_KEY as the key name. If you don't want to go through that mess, message me and i'll send you mine.

Clone down the repository, cd into the project directory. (front-end-capstone)
And in the project directory run:
Clone down the repository, cd into the project directory. (front-end-capstone)<br>
And in the project directory run:<br>

###`npm start`
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
`npm start`<br>
Runs the app in the development mode.<br>
Open http://localhost:3000 to view it in the browser.<br>

The page will reload if you make edits.
You will also see any lint errors in the console.
The page will reload if you make edits.<br>
You will also see any lint errors in the console.<br>


In a seperate terminal window, <br>
Inside of the api folder (api) of the app, run this command to start the database.
### `json-server -p 5002 -w issues.json`
Inside of the api folder (api) of the app, run this command to start the database.<br>
`json-server -p 5002 -w issues.json`<br>

Login with any user name or password

0 comments on commit 1f9c799

Please sign in to comment.