Getting Started

First, cd into the directory where you would like the folder to exist and this clone the repository:

git clone https://github.com/corynnem/employee-manager.git

Once cloned, run the folowing command to enter the project directory:

cd employee-manager

After entering the project directory, install all necessary dependencies, then you are ready to start of up the application locally on your machine.

npm install

npm run dev

Congratulations! You are now ready to navigate the employee manager application.

If you are interested in the build process of this application, feel free to view the preparatory materials below