0.0.0 • Published 7 months ago

jayesh-test0101 v0.0.0

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Toast-Provider

Getting started

These instructions will help you get the project up and running on your local machine for development and testing purposes.

Prerequisites

Follow these prerequisites and setup instructions.

Setup

Once you set up the repository, go to the project directory and install

$ npm install

This will install necessary dependencies for the project.

Run

Once set up, go to the project directory and run

$ npm run start

This will build and deploy the project using webpack-dev-server at http://localhost:7010

Scripts

start

build and deploy the project using webpack-dev-server at http://localhost:7010

$ npm run start

build

Build the project and output the bundles in project root /dist

$ npm run build

This will also analyze the bundles using Webpack Bundle Analyzer and generate bundle report in project root /webpack.

test

Run all tests

$ npm run test

test-watch

Watch files for changes and re-run tests related to changed files

$ npm run test-watch

test-coverage

Run all tests and generate coverage report in project root /src/test/unit/coverage

$ npm run test-coverage

For rest common scripts, please refer to startree-ui's scripts