jmamadeu / rocketshoes

This project is an simple example of one application for shoes ecommerce.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rocketshoes

This project is an simple example of one application for shoes ecommerce.

✋🏻 Prerequisites

Layout

Installation

Clone the repository, and install the dependencies by running the following commands:

  $ git clone https://github.com/jmamadeu/rocketshoes.git
  $ cd rocketshoes
  $ yarn  # or npm install
  $ yarn add global json-server # or npm install -g json-server

Running the application

Access the project folder and run the following command:

  $ cd rocketshoes

For running the api

  $ json-server --port 3333 api.json

For running app

  $ yarn start # or npm run start

Contribution

Contributions are what make the open source community an incredible place to learn, inspire and create. Any contribution you make will be ** very valuable and appreciated **.

  1. Fork the project
  2. Create a Branch for your Feature (git checkout -b feature/IncredibleFeature)
  3. Add your changes (git add .)
  4. Commit your changes (git commit -m 'Adding an awesome Feature!)
  5. Push the Branch (git push origin feature/FeatureIncrivel)
  6. Open a Pull Request

Author

João Amadeu

About

This project is an simple example of one application for shoes ecommerce.


Languages

Language:TypeScript 96.5%Language:HTML 3.5%