Install node and npm (https://nodejs.org/en/)
Open the console and run
- git clone https://github.com/easadev/Comic_Store.git
- cd Comic_Store
- npm install -g browserify watchify concurrently json-server
- npm install
- npm run dev
if it does not recognize npm run dev as a command, restart the console.
if it does not open the browser automatically, go to http://localhost:8000/ (It should open the login page)
Default credentials:
username: admin
password: admin
if you want to leave a comment in a comic, browse http://localhost:8000/#/comics
the required behaviour is in the admin section