Skip to content

sefadogan/react-northwind-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Northwind Demo

I created this repo for understanding the React syntax.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

This project uses Local API therefore it needs to install "json-server". (It uses localhost:3000 as default port)

npm install json-server

Installing

You can clone the repository in cmd.

git clone https://github.com/sefadogan/react-northwind-demo

Then you have to download all dependencies.

npm install

Go to file directory which name is "api".

json-server --watch db.json

Then we can start the project. (NPM will ask you "Would you like to run the app an another port instead?"). Because of json-server is using the default port.

npm start

Screenshoots

About

Northwind demo project (component drilling).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages