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

https://github.com/simoneas02/react-library

📚 My amazing list of the books 💜🙇‍♀️💜
https://github.com/simoneas02/react-library

Last synced: 8 months ago
JSON representation

📚 My amazing list of the books 💜🙇‍♀️💜

Awesome Lists containing this project

README

          

# React Library

> 📚 My amazing list of the books 💜🙇‍♀️💜

## 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/react-library
$ cd react-library/
$ yarn
```

**2 -** Start development mode:

```sh
$ yarn start
```

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

## Automatic Tasks

- `$ yarn start`: Watch the files to build and start a static server.
- `$ yarn build`: Compile and minify public/bundle.js.

## Contributing

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

## History

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

## License

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