This is a React Js project that currently uses the json-server package as a dummy backend server.
This Project covers some of the core concepts of React framework such as React Hooks, Components, Props etc
A step by step series of examples that tell you how to get a development env running
Cloning the repo
$ git clone https://github.com/muzammilali28/Sticky_Notes.git
Installing the dependencies
$ cd Sticky_Notes
$ npm install
-
Go in the ReactApp/src folder and Open it with VSCode.
-
Then Open Two Terminals and write the following in each terminal.
-
First run
$ npm run server
in one terminal and then after that in other terminal type
$ npm run start
Note : You can look at the package.json file to see whats going on in their
Website is Running on http://localhost:3000 The Server is Running on http://localhost:5000
Enjoy!
I will be adding a Node + Express backend actual server later on in this project.
So keep your self updated!!