Home>Website resources>Website data

? Installation

Note: make sure you have .env created from .env.example with appropriate variables.

Note: Make sure you are using correct node and yarn versions.

Versions

Repo

git clone https://github.com/AlbertArakelyan/learnfinity.git

Server

in server directory

yarn
yarn dev

The development server will start running at: http://localhost:8000

Client

in client directory

yarn
yarn start

The development client will start running at: http://localhost:3000

Expand
Additional Information