Installing

A step by step series of examples that tell you how to get a development environment running:

  1. Clone the repository
git clone https://github.com/harun-rucse/employee-management-react.git
  1. Install dependencies
yarn

Or,

npm install
  1. Start the development server
yarn dev

Or,

npm run dev
  1. Open browser and navigate to
http://localhost:3000
  1. Routes
http://localhost:3000/ for home page
http://localhost:3000/create for Create form page