Getting started - sachila/react GitHub Wiki
Pre-requisites
- Node
- yarn
- VS code editor
- install eslint and prettier plugins
Steps
Clone the latest code from the master branch.
navigate to react
folder.
run yarn
command to install the packages.
run yarn start
to run the application on http://localhost:3000