Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.06 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.06 KB

Bookmarks React Client

React client to fetch CRUD operations from bookmarks-server repo

Technologies used: HTML, CSS, Javascript, React, React-Router, Fetch API

Set up

Complete the following steps to start a new project (NEW-PROJECT-NAME):

  1. Clone this repository to your local machine git clone https://github.com/rodrigohervas/bookmarks---client.git NEW-PROJECT-NAME
  2. cd into the cloned repository
  3. Make a fresh start of the git history for this project with rm -rf .git && git init
  4. Make sure that the .gitignore file is encoded as 'UTF-8'
  5. Install the node dependencies npm install
  6. Add an .env file with the following content:
    1. REACT_APP_API_ENDPOINT=[bookmarks_api_url]
    2. REACT_APP_API_KEY=[your_api_key_here]
  7. Edit the contents of the package.json to use NEW-PROJECT-NAME instead of "name": "bookmarks-client",

Scripts

Start the application npm start

Live Site

https://bookmarksrh.now.sh/