Skip to content

sanchit36/crown-clothing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

To view a demo , click here

Library used

⚡️ Reactjs
⚡️ React router
⚡️ Firebase
⚡️ Redux
⚡️ Redux-saga
⚡️ Redux-persist
⚡️ Reselect
⚡️ Axios

How To Use 🔧

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

About

A Ecommerce website built using Reactjs, Redux/Flux workFlow and Firebase.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published