sc_hire_front

Getting started

Installation and Setup Instructions

Clone the repository. You will need node and npm installed globally on your machine.

Installation:

cd sc_hire_front
npm install

Start the Server:

npm start

Visit the app at localhost:3000

Prettier

Before pushing changes, to prettify JS and sort tailwind classes in the src dir run:

npx prettier --write src

To check which files need formatting run:

npx prettier --check .