Jumpstart your front end code development lifecycle with this easy to use boiler plate.
npm install -g pug-cli snyk
git clone https://github.com/EightArmCode/frontend-techstack.git
cd frontend-techstack
npm start // start the local dev server with debugging enabled npm test // run tests, see karma.conf for congiuring test runs npm run generate:doc // generate documentation
build assests are compiled to build/ dir, including test coverage reports and documentation