- ReactJs, MUI
- Node.js and npm installed
- Java 21
- Maven installed
- Git installed
git clone https://github.com/sontungexpt/inlaco-web-client.git
git clone https://github.com/sontungexpt/inlaco-crewmgr-service.git# Navigate to backend directory
cd inlaco-crewmgr-service
# Run Spring Boot application
mvnw spring-boot:run
# Navigate to frontend directory
cd inlaco-web-client
# Install dependencies
npm install
# Start development server
npm startThe application will automatically open in your default browser at: http://localhost:3000
Runs the app in development mode. Open http://localhost:3000 to view it in your browser.
npm startLaunches the test runner in interactive watch mode.
npm testBuilds the app for production to the build folder.
npm run build