Must use yarn. Download links for yarn here.
To get started clone the repo, open terminal and run yarn command
Please ensure the following extensions are installed:
The following is a summary of the scripts:
| Script | Command | Description |
|---|---|---|
| dev | yarn dev | Starts the development environment. |
| build | yarn build | Builds the application in ./dist folder |
| start | yarn start | Starts the built and compiled application in ./dist folder. |
| Key | Value |
|---|---|
| PORT | 8888 |
More will be added later