Skip to content

Tech-Stark/faculty-vacancy-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run this app on your local machine :

  1. Clone the repository.
  2. Open a cmd prompt at the root directory and run the command 'npm install'.
  3. Run 'npm start' and you can access the app running at http://localhost:3000.

Note : Pages folder contains all the pages and their corresponding components. Any reusable component should be kept in components folder. The redux folder contains all the store related stuffs such as store configuration, slices etc.