Skip to content

Maxy MSIB frontend Test Cases Repository! This repository is a personal project created to address and fulfill the test case requirements provided by Maxy Academy. As a dedicated developer, I have designed a series of programs and tools that are specifically tailored to meet the challenges and objectives outlined by Maxy Academy.

Notifications You must be signed in to change notification settings

romiardanaputra/maxy-test-fe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup and Usage Guide

Prerequisites

  • Node.js (v14 or higher recommended)
  • npm (v6 or higher recommended)

Setup Instructions

1. Install Dependencies

First, install the necessary dependencies by running:

npm install

2. Ensure Typescript is Working

To ensure TypeScript is set up correctly, run:

npm run start

3. Build The Project

To compile all TypeScript files and generate the dist directory, run:

npm run build

This will use the TypeScript compiler to transpile your TypeScript files into JavaScript files in the dist directory.

4. Run Compiled Files

To run a specific file from the dist directory, use the node command followed by the path to the file. For example, to run soal-1.ts, use:

node dist/soal-1.js

5. View the result

Check the console output to see the results of your script.

Example Commands

Here are the commands you will typically use:

1. instal dependencies:

npm install

2. start typescript in watch mode

npm start

3. build the project

npm run build

4. run a spesific file

npm dist/soal-1.js

Happy Coding !

Enjoy working on your project! If you encounter any issues, feel free to reach out for help.

HAPPY CODINGG :)

About

Maxy MSIB frontend Test Cases Repository! This repository is a personal project created to address and fulfill the test case requirements provided by Maxy Academy. As a dedicated developer, I have designed a series of programs and tools that are specifically tailored to meet the challenges and objectives outlined by Maxy Academy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published