This is a repository for a book list app to store your favorite books.
- HTML, CSS and JavaScript.
- Use ES6 modules to write modular JavaScript.
- Learn how to use proper ES6 syntax.
- Understand improvements that ES6 brings to JavaScript.
- Use npm as software packages system.
- To get a local copy up and running follow these simple example steps:
- "luxon": "^2.3.0",
- "parcel": "^2.1.1",
- Clone the repository with the command:
$ git clone https://github.com/andres-condezo/books_with_es6.git
- To install the dependencies run:
$ npm Install
- To create a development server built in run:
$ npx parcel index.html
- Now open http://localhost:1234/ in your browser to see the index.html file.
👤 Andrés Condezo Monge
- GitHub: @andres-condezo
- Twitter: @andres_condezo
- LinkedIn: andres-condezo
👤 Hendrid
👤 Lisandro
- GitHub: @lisandroseia
- LinkedIn: LinkedIn
Give a ⭐️ if you like this project!
This project is MIT licensed.


