- Clone repo
git clone [email protected]:orelmax/geo.git
andcd
to directory. - Ensure you have nodejs installed. Node version >= 6 is required.
- Install dependencies with
npm install
oryarn install
. - Run project with
npm start
oryarn start
;
git clone [email protected]:orelmax/geo.git
and cd
to directory.npm install
or yarn install
.npm start
or yarn start
;