Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.09 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.09 KB

React Twitter App

About

This is my first front-end development project.

The purpose of this project is purely academic, learn React by developing a Twitter-like webpage.

Currently, the React App has Public, Sign Up, Login, and Home Pages. User info is saved in the local storage for the time being.

Create React App

This project has been bootstrapped with Create React App.

Learn React by checking out its Getting Started Documentation

Requirements

React requires Node version 14.0.0 or higher. If you need to update, follow the steps in this wiki.

Starting the React Twitter App

You can start (a development build of) the React App by

cloning this repository

git clone https://github.com/misael-diaz/react-app-twitter.git

changing to the twitter directory

cd react-app-twitter/twitter

installing the required packages

npm install

and finally, start the React App by executing

npm start