/react-basic-states-and-props

A simple react-app to demonstrate how state/props and life cycle methods work.

Primary LanguageJavaScript

Tech

ReactJS

Local Run

Install dependencies and locally

  npm install && npm start

Deployment

on github pages

npm run build
gh-pages -d build