Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.08 KB

File metadata and controls

41 lines (24 loc) · 1.08 KB

Kepper

A Google Keep-like page showing how to create React components, how exports/imports modules work, props and state concepts, styling with Material UI.

Link to the Project

Installation

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

🛠 Technologies

Usage


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>

License

MIT