Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

gsoft-inc/poc-web-application-build

Repository files navigation

poc-web-application

Your web-application information go here

Scripts

dev

Start a development server at the address http://localhost:8080.

pnpm dev

build

Build poc-web-application as production ready and output the result in dist;

pnpm build

test

Run the tests on the sections of poc-web-application.

pnpm test

serve-build

Run a local server on the content of the dist folder at the address http://localhost:8080.

pnpm serve-build

reset

Delete all build results and pnpm installed packages in this project.

pnpm reset

Run linting on poc-web-application files.

lint

pnpm lint

storybook

Runs storybook at the address http://localhost:6006.

pnpm storybook

chromatic

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

analyze

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 🚀

VSCode settings and extensions

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.

About

Web application CI/CD test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published