An app to find and save devs by location built with ReactJS and Redux.
See here joaovbrandon.github.io/dev-location.
You need Node.js and Yarn (or use NPM) to run it.
- Run
yarn
ornpm install
- Copy
.env.TEMPLATE
to.env
withcp .env.TEMPLATE .env
- Fill
.env
with the configs data - Run
yarn start
ornpm start
- Access http://localhost:3000 in your browser
This project is licensed under the MIT License - see the LICENSE.md file for details.