This project is part of React Nanodegree
Project 2: The idea of Readble project is to build a structure of content and comments which is common on a large number of websites, from news sites to blogs, through aggregators such as Hacker News and Reddit.
-
Clone the repo using
git clone https://github.com/walternunes/Readble.gitandcdinto the folder -
Enter in server folder typing
cd server -
Install server dependecies typing
npm install -
Run the server typing
npm start -
Open another console and access the folder where the project was cloned
-
Enter in client folder typing
cd client -
Install client dependecies typing
npm install -
Run the client typing
npm start -
Access the page
http://localhost:3000/