Your web-application information go here
Start a development server at the address http://localhost:8080.
pnpm dev
Build poc-web-application as production ready and output the result in dist
;
pnpm build
Run the tests on the sections of poc-web-application.
pnpm test
Run a local server on the content of the dist
folder at the address http://localhost:8080.
pnpm serve-build
Delete all build results and pnpm
installed packages in this project.
pnpm reset
Run linting on poc-web-application files.
pnpm lint
Runs storybook at the address http://localhost:6006.
pnpm storybook
This requires a Chromatic account and a Chromatic token in the CHROMATIC_TOKEN
environment variable.
Make sure to also specify the CHROMATIC_PROJECT_TOKEN
either in an environment variable or via the --project-token
CLI flag.
pnpm chromatic
Run Webpack with bundle analyzer on the result of a production-ready build.
To learn how to analyze the result, you can look at this article.
pnpm analyze
Build with wl-foundry-cli from web-application template 🚀
This template comes with a .vscode
folder with some settings and extensions to help you develop. Should you want to share new settings or extensions once your project is started, feel free to update those files.
Read the documentation on settings and extensions for more information.