23 open-source projects similar to antonybudianto/angular2-starter, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
Static-site-boilerplate is a web development boilerplate and static site generator that establishes project folder structures and initializes new web projects with modern developer tooling. It provides a task-pipeline asset bundling system and an asset pipeline tool to transpile, bundle, minify, autoprefix, and optimize stylesheets, scripts, and images into production-ready static assets. The development workflow includes a local preview server with hot reloading enabled to inject updates instantly into the browser, alongside source code linting that inspects JavaScript and CSS files against
Run a local Raiden network in docker containers for demo and testing purposes.
This repository contains out-of-the-box deployment scripts for private PoA networks
A sandbox for CryptoKitties dApp developers
🚀DEMO: https://eth-boilerplate.vercel.app/
Nethereum Light Blockchain Explorer Explorer, Wallet using Blazor, ReactiveUI
Pre configured test chains for simple integration testing
web3-react is a React framework for building decentralized applications that connect to Ethereum wallets and read blockchain state. It provides a unified interface for wallet connection management, enabling Ethereum dApp development through a collection of hooks and providers that abstract away provider-specific logic. The library is built around a connector plugin architecture that normalizes interactions across different Ethereum networks and wallet implementations. It distributes blockchain state through React Context and synchronizes state reactively by subscribing to provider events like
Create Ethereum-powered apps with one command
The Angular Command Line Interface is a tool for initializing, scaffolding, and managing the development lifecycle of Angular web applications from a terminal. It functions as a project manager and frontend build toolchain, providing a standardized way to bootstrap new applications and manage their overall health and configuration. The tool employs schematic-based code generation to create standardized project structures and components. It utilizes a workspace-based configuration to manage multiple related applications and libraries within a single shared root and dependency tree. The system