Manga reader
A manga manager where you can read, download and list your favorites.
Heroku •
Preview •
Prerequisites •
Back-End •
Technology
Current situation of the homepage.
Before you begin, you will need to have the following tools installed on your machine:
[Git] (https://git-scm.com), [Node.js] (https://nodejs.org/en/).
In addition, it is good to have an editor to work with the code like [VSCode] (https://code.visualstudio.com/)
# Clone this repository
$ git clone https://github.com/Josehpequeno/Alyah.git
# Access the project folder in the cmd / terminal
$ cd Alyah
# Install the dependencies
$ npm install
# Run the application
$ npm run start
# Run the application in development mode
$ npm run dev
# Run the application in development mode plus API access
$ npm run dev+api