Browser Extension Scaffolding
Development installation
For development you need a node.js.
To launch the development environment, follow these steps:
- open console from the project root
- run the command
npm install
- run the command
npm run start
- enjoy the development.
Production version installation
For making build you need a node.js.
To get production bundle, follow these steps:
- open console from the project root
- run the command
npm install
- run the command
npm run build
- in project root will be created 'build' folder with UI bundle, witch can be used on production server.
All npm commands
npm run start
- launch the development environment
npm run build
- build the product version in the build
folder
npm run test
- run tests when changing files
npm run lint
- run eslint
npm run typecheck
- run TypeScript typechecing
Technology
Used technology stack: TypeScript React