All Projects β†’ gonzofish β†’ Semaphore Ng2 Webpack

gonzofish / Semaphore Ng2 Webpack

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Semaphore Ng2 Webpack

Angularjs Webpack Starter
πŸš€ A modern frontend setup for AngularJS projects using NPM, TypeScript and Webpack.
Stars: ✭ 173 (+113.58%)
Mutual labels:  webpack, karma, jasmine
Jasmine Matchers
Write Beautiful Specs with Custom Matchers for Jest and Jasmine
Stars: ✭ 552 (+581.48%)
Mutual labels:  unit-testing, karma, jasmine
Springbootangularhtml5
♨️ Spring Boot 2 + Angular 11 + HTML5 router mode + HTTP interceptor + Lazy loaded modules
Stars: ✭ 89 (+9.88%)
Mutual labels:  karma, jasmine, angular2
React Cordova Boilerplate
TodoMVC example for react with development tools to build a cordova application
Stars: ✭ 206 (+154.32%)
Mutual labels:  webpack, karma, jasmine
angular-material-boilerplate
A straightforward and well structured boilerplate based on Google's Angular Material project.
Stars: ✭ 28 (-65.43%)
Mutual labels:  unit-testing, jasmine, karma
Egeo
EGEO is the open-source UI library used to build Stratio's UI. It includes UI Components, Utilities, Services and much more to build user interfaces quickly and with ease. The library is distributed in AoT mode.
Stars: ✭ 69 (-14.81%)
Mutual labels:  karma, jasmine, angular2
angular-unit-testing-examples
Showroom for different Angular unit testing concepts
Stars: ✭ 19 (-76.54%)
Mutual labels:  unit-testing, jasmine, karma
Typescript Webpack Starter
⚑ create-ts-lib: A Starter Kit and a CLI to create your TypeScript / ES6 module bundled by Webpack without thinking about build or unit tests configurations. 🏠
Stars: ✭ 358 (+341.98%)
Mutual labels:  webpack, karma, jasmine
Public
Repository for wallaby.js questions and issues
Stars: ✭ 662 (+717.28%)
Mutual labels:  webpack, jasmine
Express
Express + Sequelize + Winston + Jasmine + TypeScript + Webpack MVC Boilerplate
Stars: ✭ 9 (-88.89%)
Mutual labels:  webpack, jasmine
Nebular
πŸ’₯ Customizable Angular UI Library based on Eva Design System 🌚✨Dark Mode
Stars: ✭ 7,368 (+8996.3%)
Mutual labels:  webpack, angular2
Nwb
A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it)
Stars: ✭ 5,429 (+6602.47%)
Mutual labels:  webpack, karma
Kotlin Frontend Plugin
Gradle Kotlin (http://kotlinlang.org) plugin for frontend development
Stars: ✭ 578 (+613.58%)
Mutual labels:  webpack, karma
Angular2 Demo
A simple demo for Angular 2
Stars: ✭ 77 (-4.94%)
Mutual labels:  webpack, angular2
Angularconcepts
Key Angular Concepts using Latest Angular version 5
Stars: ✭ 31 (-61.73%)
Mutual labels:  karma, jasmine
Angular2 Webpack Boilerplate
A boilerplate for Angular 2 and Webpack
Stars: ✭ 30 (-62.96%)
Mutual labels:  webpack, angular2
Ngx Admin
Customizable admin dashboard template based on Angular 10+
Stars: ✭ 23,286 (+28648.15%)
Mutual labels:  webpack, angular2
Enzyme Matchers
Jasmine/Jest assertions for enzyme
Stars: ✭ 881 (+987.65%)
Mutual labels:  unit-testing, jasmine
Express React Boilerplate
πŸš€πŸš€πŸš€ This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-60.49%)
Mutual labels:  webpack, unit-testing
Company Structure
A company structure with a list of projects and their users
Stars: ✭ 48 (-40.74%)
Mutual labels:  karma, jasmine

Setup for Angular 2 with Webpack

This is the code setup for the article Setting Up Angular 2 with Webpack

This code sets up an Angular 2 project with Webpack is a simple way while also providing the configuration for unit testing.

To install all the dependencies run:

npm i

For single, headless tests use:

npm run test:headless

To run code in a browser user:

npm start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].