GithubHelp home page GithubHelp logo

serunde / pwa-studio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from magento/pwa-studio

0.0 1.0 0.0 7.13 MB

๐Ÿ› A collection of tools that enables developers to build complex Progressive Web Applications for Magento 2 stores.

Home Page: https://magento-research.github.io/pwa-studio/

License: Open Software License 3.0

JavaScript 84.30% Ruby 1.91% Shell 0.08% HTML 2.38% CSS 7.27% PHP 4.06%

pwa-studio's Introduction

PWA Studio

CircleCI Coverage Status Greenkeeper badge

Magento PWA Studio is a collection of tools that enables developers to build complex Progressive Web Applications for Magento 2 stores.

Documentation for these tools exist in the PWA Studio documentation site.

This repository includes all Magento-authored tools necessary for PWA Studio, along with a reference/concept theme implementation.

Packages

Getting Started

To ease local development, testing, and versioning, the PWA Studio project uses a monorepo, with package management orchestrated by lerna. All packages are versioned in a single repo, but released to npm as independent packages.

One-time Setup

Note: You must have a version of node.js >= 8.0.0, and a version of npm >= 5.0.0. The latest LTS versions of both are recommended.

  1. Clone the repository
  2. Navigate to the root of the repository from the command line
  3. Run npm install

Things not to do

When using a monorepo and lerna, it's important that you break some common habits that are common when developing front-end packages.

  • Do not run npm install to get node_modules up to date within any folder under packages/. Instead, run npm install in the root of the repo, which will ensure all package's dependencies are up-to-date.
  • When adding a new entry to devDependencies in a package's package.json, ask yourself whether that dependency will be used across multiple packages. If the answer is "yes," the dependency should instead be installed in the root package.json. This will speed up runs of lerna bootstrap.

pwa-studio's People

Contributors

artkozinets avatar bgkavinga avatar bobbyshaw avatar camdixon avatar drewml avatar gavinpeterson98 avatar greenkeeper[bot] avatar igloczek avatar jakhotiya avatar jcalcaben avatar jimbo avatar jissereitsma avatar jstein92 avatar mage2pratik avatar matthewhaworth avatar mhhansen avatar michaelyu0123 avatar mtbottens avatar neeta-wagento avatar philwinkle avatar pwastudiobot avatar raith-hamzah avatar rossmc avatar rowan-m avatar shakyshane avatar vdiachenko avatar volodymyr-lisniak avatar zetlen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.