pwa-fe v0.4.0
PWA Front-End
Progressive Web App (PWA) for Magento2.
Required Software
- Node.js 12.x (LTS) - https://github.com/nvm-sh/nvm
- Yarn - https://yarnpkg.com/en/docs/install
Get Started
git clone git@github.com:visiture-dev/pwa-fe.git
cd pwa-fe
yarnStart 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 lintRuns ESLint. Statically analyzes your code to quickly find problems.yarn lint:cssRuns stylelint. Helps you avoid errors and enforce conventions in your styles.yarn testLaunches the test runner in the interactive watch mode. See the section about running tests for more information.yarn docs2htmlCreates.htmlfiles from the.mdfiles located on thedocs/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.
6 years ago