Skip to content

iahsanujunda/jund-clothing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jund Clothing

jund-clothing

jund-clothing is a React web app for clothing market place. It uses Firebase for backend service and Stripe for handling payment.

Features

  • Categorization
  • Payment
  • Authentication

Installation

To get started, you have to make sure that you have a package manager installed in your machine, either NPM or Yarn will do, although the former is recommended.

To install the packages through npm, run the command

npm install

Running

Local development mode

To start in your local machine, simply run

npm run dev

For production

The main difference of running this app in production mode and development mode is we don't need development dependencies when running this app for production, it will results in lighter package. To run this app from a package with no development dependencies, simply run the following command

npm run build
npm start

Technologies

License

This project is licensed under the GNU License - see the License file for details.