Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 828 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 828 Bytes

Readable Project for React NanoDegree

This web application was built as a project for the React NanoDegree program.

It is built using React(create-react-app) and other libraries mostly for styling and helpful addon such as

  • reactstrap
  • material-ui
  • date-and-time

How to install this project

  1. Clone or fork the backend server for my project, it contains my categories. The images work only with my backend server

    • git clone https://github.com/coffeepy/readable_be.git
  2. Follow the ReadMe for Backend Server, mainly you navigate to the directory containing the cloned repo and then:

    • npm install
    • node server
  3. Clone or fork this repo and then

    • npm install
    • yarn start or npm start
  4. Enjoy! Thanks

Brant Goddard