panospcm / react-crud-with-json-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Available Scripts

In the project directory, you can run:

npm run server

Starts the JSON server at http://localhost:8000

The JSON server can be started with json-server --watch ./src/assets/mock-data/countries.json --port 8000 command too.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

About


Languages

Language:JavaScript 83.7%Language:HTML 12.9%Language:CSS 3.4%