/reactnd-chirper-app

Tweet your thoughts, view tweets from other and feel free to like and comment on those.

Primary LanguageJavaScript

Chirper Project

This repo is a code-along with the first project in the React Nanodegree program.

Most of the commits in this repository correspond to videos in the program.

Working

Click here to see this project in action.

Project Setup

  • clone the project - https://github.com/Manmohan7/reactnd-chirper-app.git
  • install the dependencies - npm install

Development Server

Run npm run start for a dev server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.

Build

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

Gh-pages

To deploy the project on github pages, use the command npm run deploy.

License

MIT