Skip to content

muzammilali28/Sticky_Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About the Project

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

Installing

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

How to Run

  1. Go in the ReactApp/src folder and Open it with VSCode.

  2. Then Open Two Terminals and write the following in each terminal.

  3. 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!

Later Updates

I will be adding a Node + Express backend actual server later on in this project.

So keep your self updated!!

Thank You

About

This is a React Js project that covers all the core / base concepts of React framwork and Array methods on JavaScript.

Resources

Stars

Watchers

Forks

Contributors