Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 551 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 551 Bytes

Animazon

Amazon inspired app built using GraphQL and Reactjs.

Installation

Install the backend

# clone the repo
$ git clone https://github.com/Jose-cd/Animazon.git

# change the working directory to Animazon
$ cd Animazon

# install the requirements for the backend
$ cd server
$ yarn install
#OR
$ npm install

$ yarn compile
$ yarn start

Install the frontend

#From the root of the project
$ cd client

# install the requirements for the frontend
$ yarn install
#OR
$ npm install

$ yarn start
#OR
$ npm start