# js-automation-examples **Repository Path**: mirrors_davidtheclark/js-automation-examples ## Basic Information - **Project Name**: js-automation-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # js-automation-examples To play with one of the tasks, run `npm install` within the task's directory first, to get that task's dependencies. ## Task One Author styles in multiple SCSS files without vendor prefixes. Output a single prefixed, minified CSS file. Use BrowserSync for development. # Task Two Author JS in multiple ES6 modules. Output a single linted, uglified ES5 file. Use BrowserSync for development. ## Task Three Author a React component in multiple ES6 modules using JSX syntax. Output a single linted, uglified ES5 file that expects `React` as a global and exposes its own global. Also output linted, ES5 module files that can be consumed via CommonJS. Use `webpack-dev-server` for development.