Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 471 Bytes

File metadata and controls

25 lines (18 loc) · 471 Bytes

SortingAlgorithm

Data structure Algorithm - My understanding

To execute in local, Please clone the project

Development Installation

# Install yarn - see https://yarnpkg.com/en/docs/install
npm install -g yarn

# Install dependencies
yarn install

Development Build & Start

yarn run build:dev

Once the previous command finishes, run the following command, in terminal, from the root of the project:

yarn run start:dev