Socket
Book a DemoInstallSign in
Socket

boilerplate-webapp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boilerplate-webapp

Web Application Boilerplate

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source
boilerplate-webapp Web Aapplication boilerplate

Boilerplate WebApp is a web application boilerplate using:

  • webpack
  • yarn (pnp)
  • react
  • typescript
  • material-ui
  • i18next (localization)
  • jest (unit testing)
  • playwright (e2e testing)
  • stylus
  • eslint
  • prettier

Table of Contents

  • Table of Contents
  • Building
  • Running
  • Tests
  • License

Building

To build boilerplate-webapp execute:

# install all the required dependencies
yarn install

# generate vs code sdk integrations (recommended for PnP)
yarn dlx @yarnpkg/sdks vscode

Running

To run the application execute:

yarn start

This runs webpack-dev-server and opens app the app in a new browser window.

Tests

To perform complete run of unit tests execute:

yarn test

If you only want to run a specific test suite you can specify it with -f argument like:

yarn test -f 'src/App.test.tsx'

To perform complete run of end2end tests using Playwright execute:

yarn playwright:test

If you only want to run a specific test suite you can specify it with -f argument like:

yarn playwright:test 'tests/application.spec.ts'

License

This project is licensed under the MIT License.

FAQs

Package last updated on 26 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts