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!!! 🍻💻
- Host: GitHub
- URL: https://github.com/simoneas02/dev-beers
- Owner: simoneas02
- License: mit
- Created: 2018-01-31T21:43:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T15:56:28.000Z (almost 7 years ago)
- Last Synced: 2025-03-27T10:34:10.012Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://simoneas02.github.io/dev-beers/
- Size: 2.1 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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)