-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |