pixelprogrammer / udacity-readable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents

Installation

The Readable app requires a backend server for the Front End to work with. Install the api server from here:

git clone https://github.com/udacity/reactnd-project-readable-starter.git readable-server

cd readable-server/api-server
npm install
node server

Now you are ready to rock. Lets get the front end framework and get that running. In another directory do the following:

git clone https://github.com/pixelprogrammer/udacity-readable.git readable

cd readable
npm install
npm start

Visit http://localhost:3000 to view the Readable site.

Commands

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.

About


Languages

Language:JavaScript 89.6%Language:CSS 7.8%Language:HTML 2.6%