Skip to content

FindsTeam/Finds.Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finds logo

Finds.Web

It's a web client to help people finding free facilities (simply put, freebies) on the map 🌍.

Getting started

Clone project to your computer.

$ git clone https://github.com/FindsTeam/Finds.Web.git

Prerequisites

To start with Finds.Web, you should have Node installed.

Code style

To save code style we are using eslint and config from airbnb. You should configure your editor for highlighting style errors.

Types

We are using flow to provide types in javascript. You should configure your editor for highlighting type errors.

Install flow globally

$ yarn add global flow

Set your value of PATH var to flow location

Run this for install stubs for dependencies. (after running yarn install)

$ yarn flow-typed install

To run background type checking run

$ flow

To stop background type checking run

$ flow stop

To single time checking run

$ flow check

Installing

Install all dependencies.

$ yarn install

Start

To run server on localhost type yarn start in root folder of project.

$ yarn start

Deployment

Currently deployed here: https://finds.by/map

Built With

  • Node.js - JavaScript runtime for server;
  • yarn - Package manager for JavaScript;
  • ReactJS - A JavaScript library for building user interfaces;
  • MaterialUI - React components that implement Google's Material Design.

Developed by

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •