Skip to content

CelioJr/reactnd-project-readable-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Readable

This is project for the final assessment project for Udacity's Redux course where was will build a content and comment web app. 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 are be able to edit and delete posts and comments.

Server Start

To get started developing right away:

  • Install and start the API server
    • cd api-server
    • npm install
    • node server

API Server

Information about the API server and how to use it can be found in its README file.

FrontEnd

  • install dependencies:
    • cd frontend
    • yarn

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

About

Starting server code for ReactND Readable Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.7%
  • CSS 4.5%
  • HTML 2.8%