This repository contains a client-side application and a server-side application built with Node.js for managing railway concessions.
-
Clone the repository:
-
Install dependencies for the project and its sub-projects: This command will install dependencies for the parent project, the client project, and the server project. npm run install:all
-
Start the client and server applications: This command will concurrently start the client application with
npm run devand the server application withnpx nodemon. npm run start:all -
Access the client application in your web browser at
http://localhost:3000(or the appropriate URL and port specified in your client application).