Skip to content

sontungexpt/inlaco-web-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

155 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INLACO Crew Management System

Tech stack

  • ReactJs, MUI

Reference

Demo:

image image image image image image image image image image

Prerequisites

  • Node.js and npm installed
  • Java 21
  • Maven installed
  • Git installed

Setup Instructions

1. Clone Repositories

git clone https://github.com/sontungexpt/inlaco-web-client.git
git clone https://github.com/sontungexpt/inlaco-crewmgr-service.git

2. Start Backend Server

# Navigate to backend directory
cd inlaco-crewmgr-service

# Run Spring Boot application
mvnw spring-boot:run

3. Start Frontend Development Server

# Navigate to frontend directory
cd inlaco-web-client

# Install dependencies
npm install

# Start development server
npm start

4. Access Application

The application will automatically open in your default browser at: http://localhost:3000

Available Scripts

Runs the app in development mode. Open http://localhost:3000 to view it in your browser.

npm start

Launches the test runner in interactive watch mode.

npm test

Builds the app for production to the build folder.

npm run build

Demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages