Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 616 Bytes

File metadata and controls

20 lines (11 loc) · 616 Bytes

MyCustomToDos

Simple well known toDos app created by Maciej using Node.js+Express (server), React+MaterialUI (client). This project was bootstrapped with Create React App.

Install

Clone repository (make sure you have GIT installed).

git clone https://github.com/Krugerro/MyCustomToDos.git

Navigate to root folder MyCustomToDos and run:

npm install

Then run:

npm run startall

and wait till your default brawser navigate to http://localhost:3000.