A Google Keep-like page showing how to create React components, how exports/imports modules work, props and state concepts, styling with Material UI.
Before starting, you will need to have the following tools installed on your machine: Git, Node.js, Yarn. Also it's nice to have an editor to work with the code like VSCode
Clone this repository
$ git clone https://github.com/renatoknot/myFirst-reactexample-KeepApp.git
Access the project folder in the terminal/cmd
$ cd myFirst-reactexample-KeepApp
Install dependencies
$ yarn install
Run the application in development mode
$ yarn start
The server will start on port:3000 - go to <http://localhost:3000>