The main file is src/index.ts.
- Clone the repository with
git clone https://github.com/mirusz9/modeling-population-growth.git
- Start the server with
node server.js
- Edit the settings to your needs in
src/index.ts
- Compile with
tsc -w
- View the result at
localhost:3000