Skip to content

hd4ng/yester-tech-clone

Repository files navigation

Yester Tech Clone

Build Status Netlify Status

This is clone app from Yester Tech.

I use create react app as a project template.

yarn start

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

yarn test

Launches the test runner in the interactive watch mode.

Sample data

  • In development mode, sample data is getting from src/database/db.json
  • In production mode, sample data is getting from: json-server. Learn how to set it up via: Set up Json Server.