Skip to content

Boilerplate for frontend project with: webpack, typescript, sass, jest

License

Notifications You must be signed in to change notification settings

Lingaro/webapp-boilerplate-frontend

Repository files navigation

Development mode

The preferred package manager is yarn. Install it with npm i -g yarn.
To start development mode run:

yarn start

This will start webpack-dev-server, typescript compiler and jest test runner in watch mode.

Production build

On CI run:

yarn build

This will create the production, minified bundle as well as run the lint check and tests (in parallel).

About

Boilerplate for frontend project with: webpack, typescript, sass, jest

Resources

License

Stars

Watchers

Forks

Packages

No packages published