Skip to content

oninross/firestarter

Repository files navigation

Firestarter readme

Generated on 2021-01-14 using generator-yeogurt@3.1.2

Description

This is an example readme file. Describe your site/app here.

Technologies used

JavaScript

Testing

Styles

Markup

Optimization

Server

Linting

Automation

Code Management

Automated tasks

This project uses Gulp and npm scripts (i.e. npm run...) to run automated tasks for development and production builds. The tasks are as follows:

npm run build: Build a production version of your site/app

npm run serve: Compiles preprocessors and boots up development server npm run serve -- --open: Same as npm run serve but will also open up site/app in your default browser npm run serve:prod: Same as npm run serve but will run all production tasks so you can view the site/app in it's final optimized form

npm test: Lints all *.js file in the source folder using eslint and runs all *.test.js file unit tests through Karma and Jasmine npm test -- --watch: Same as npm test but will constantly watch *.test.js files and rerun tests when changes are detected

Adding the -- --debug option to any npm script command to display extra debugging information (ex. data being loaded into your templates)

About

A quick, easy front-end framework and setup for any project

Resources

Stars

Watchers

Forks

Packages

No packages published