Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 651 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 651 Bytes

Comic Store

Install node and npm (https://nodejs.org/en/)

Open the console and run

  1. git clone https://github.com/easadev/Comic_Store.git
  2. cd Comic_Store
  3. npm install -g browserify watchify concurrently json-server
  4. npm install
  5. 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