This is the starter project of Udacity's Redux. Users will be able to post content to predefined categories, comment on their posts and other users' posts, and vote on posts and comments. Users will also be able to edit and delete posts and comments.
These instructions will help you install the app on your local machine.
Make sure you have Git and Node installed, before you proceed.
To clone and run this application, you will need Git installed on your computer.
$ git clone https://github.com/disias/reactnd-project-readable-starter.git
To get started developing right away:
- Install and start the API server
$ cd api-server
$ npm install
or$ yarn install
- In another terminal window start front-end
$ cd frontend
$ npm install
or$ yarn install
To begin the React server and run the application:
$ npm start
or $ yarn start
4. Open your browser at http://localhost:3000/
This is what the app should look like, once you open it in your browser.
- Create-react-app Documentation
- React Router Documentation
- React Training/React Router
- React API
- Redux
This project is licensed under the terms of the MIT license.
Information about the API server and how to use it can be found in its README file.