0.4.0 • Published 4 years ago

pwa-fe v0.4.0

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

PWA Front-End

Progressive Web App (PWA) for Magento2.

Required Software

Get Started

git clone git@github.com:visiture-dev/pwa-fe.git
cd pwa-fe
yarn

Start Specific Project

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.

  • yarn start {projectName}

For instance:

  • yarn start pwa

Available Scripts

In the project directory, you can run:

  • yarn lint Runs ESLint. Statically analyzes your code to quickly find problems.

  • yarn lint:css Runs stylelint. Helps you avoid errors and enforce conventions in your styles.

  • yarn test Launches the test runner in the interactive watch mode. See the section about running tests for more information.

  • yarn docs2html Creates .html files from the .md files located on the docs/ idrectory.

Recommended VS Code Settings

Create a .vscode folder in the project root directory and inside of it create a settings.json with the following content:

{
  "workbench.editor.labelFormat": "short"
}

Learn More

You can learn more in the Create React App documentation.