To view a demo , click here
⚡️ Reactjs
⚡️ React router
⚡️ Firebase
⚡️ Redux
⚡️ Redux-saga
⚡️ Redux-persist
⚡️ Reselect
⚡️ Axios
From your command line, first clone Crown Clothing:
# Clone this repository
$ git clone https://github.com/sanchit36/crown-clothing.git
# Go into the repository
$ cd crown-clothing
# Remove current origin repository
$ git remote remove origin
Then you can install the dependencies either using NPM or Yarn:
Using NPM:
# Install dependencies
$ npm install
# Start development server
$ npm start
# cd in client folder
$ cd client
# Install dependencies for react
$ npm install
# Start the react development server
$ npm start
Using Yarn:
# Install dependencies
$ yarn
# Start development server
$ yarn start
# cd in client folder
$ cd client
# Install dependencies for react
$ yarn
# Start the react development server
$ yarn start