View Demo
·
Report Bug
·
Request Feature
Table of Contents
A Progressive Web App (PWA) e-commerce platform aimed to show off my React skills. You can check it out live at the link above. You can register with email or sign-in with Google. Add items to your cart and checkout with Stripe.
This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
To get a local copy up and running follow these simple example steps.
Make sure you have npm/yarn on your machine and in the PATH variables.
-
Clone the repo
git clone https://github.com/dimitur2204/react-cloth.git
-
Install NPM packages Run in the root folder
npm install
or
yarn
-
To start a local dev environment open the root folder and run
yarn dev
or
npm run dev
- To get a production ready bundle run
- yarn build
yarn build
or
- npm run build
npm run build
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Your Name - @dimitur2204 - dimitur2204@gmail.com
Project Link: https://github.com/dimitur2204/react-cloth