Skip to content

simonrdt/factorial-frontend-stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Factorial frontend stack

A functional boilerplate of the Factorial frontend stack

Prerequisites

Installation

$ npm install

Available tasks

npm run ... Description
build Compile and bundle all CSS and JS files.
build:css Compile and bundle all CSS files to build/index.css.
build:js Compile and bundle all JS files to build/index.js.
build:test Copy and preprocess idiomatic test files to build.
deploy Deploy gh-pages branch.
start Start a development server at http://localhost:8080.
test Run all tests.
test:browser Run all browser tests.
test:lint-css Lint all CSS files.
test:lint-js Lint all JS files.
watch Watch for file changes in lib and trigger a new build.

About

A functional boilerplate of the Factorial frontend stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.3%
  • HTML 39.0%
  • CSS 7.7%