Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 514 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 514 Bytes

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 .