Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 563 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 563 Bytes

Wapichana Dictionary

What is necessary to run the app

Choose the LTS version (stable)

To make sure Node and NPM are install, in your terminal, run the commands:

node -v

npm -v

Once you have installed Node, navigate into the project folder in your terminal (Linux, MacOS) or CMD/PowerShell (Windows) and run the command:

npm install

This will install the project's dependencies.

Once the installation is done, execute the command:

npm start

This will launch the app in the localhost, on port 3000.