frontrunner
v4.1.2
Published
FrontRunner is a Cognifide's UI practice task runner tool. It allows to streamline work with SCSS, JS and HTML.
Downloads
10
Keywords
Readme
FrontRunner version 4.1.2
FrontRunner is a Cognifide's UI practice task runner tool. It allows to streamline work with SCSS, JS and HTML.
Getting Started
Prerequisities
- Node 8+
- NPM 3+
Installation
npm install frontrunner -g
yarn global add frontrunner
Configuration
Run the interactive setup script and answer the questions.
frontrunner
The script generates a webpack.config.js
file and modules for every entry that has been chosen in instalation process.
You still need to verify some properties to match your project needs.
Frontrunner automatically runs npm instalation for all of required modules.
For documentation of modules take a look at docs/MODULES.md file.