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 💜🙇♀️💜
- Host: GitHub
- URL: https://github.com/simoneas02/react-library
- Owner: simoneas02
- License: mit
- Created: 2018-01-15T03:10:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T15:56:15.000Z (almost 7 years ago)
- Last Synced: 2025-02-01T15:21:49.460Z (over 1 year ago)
- Language: JavaScript
- Size: 219 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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)