It's a web client to help people finding free facilities (simply put, freebies) on the map 🌍.
Clone project to your computer.
$ git clone https://github.com/FindsTeam/Finds.Web.git
To start with Finds.Web, you should have Node installed.
To save code style we are using eslint and config from airbnb. You should configure your editor for highlighting style errors.
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
Install all dependencies.
$ yarn install
To run server on localhost type yarn start
in root folder of project.
$ yarn start
Currently deployed here: https://finds.by/map
- 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.
- Артём Дадыченко - adadychenko;
- Егор Пуйша - GitStearis.