Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 420 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 420 Bytes

Project Summary

A simple todos and goals application with react and redux concepts. This is a code-along project in Udacity React Nanodegree program.

Project Setup

  • clone the project - https://github.com/keerthanasadam/ReactTweetsApp.git
  • install the dependencies - yarn || yarn install || npm install
  • run the application - yarn start || npm run start
  • build the application - yarn build || npm run build