An open API service indexing awesome lists of open source software.

https://github.com/simoneas02/dev-beers

🍺 Beers list with React / Redux!!! 🍻💻
https://github.com/simoneas02/dev-beers

Last synced: 8 months ago
JSON representation

🍺 Beers list with React / Redux!!! 🍻💻

Awesome Lists containing this project

README

          

# Dev Beers

> 🍺 Beers list with React / Redux!!! 🍻💻

## Run the project local

**0 -** install the basic dependencies

- [NodeJS](https://nodejs.org/en/)

**1 -** Clone the project and install the dependencies:

```sh
$ git clone https://github.com/simoneas02/dev-beers
$ cd dev-beers/
$ yarn
```

**2 -** Start development mode:

```sh
$ yarn start
```

Go to: [http://localhost:3000/](http://localhost:3000/)

## Tasks available

- `$ yarn start`: Start the development environment server.
- `$ yarn build`: Build for production.
- `$ yarn deploy`: Build for deploy.

## Contributing

Find on our [issues](https://github.com/simoneas02/dev-beers/issues/) the next steps of the project ;)
Want to contribute? [Follow these recommendations](https://github.com/simoneas02/dev-beers/blob/master/CONTRIBUTING.md).

## History

See [Releases](https://github.com/simoneas02/dev-beers/releases) for detailed changelog.

## License

[MIT License](https://github.com/simoneas02/dev-beers/blob/master/LICENSE.md) © [Simone Amorim](https://simoneas02.github.io)