All Projects → michaelbull → aurelia-typescript-webpack-starter

michaelbull / aurelia-typescript-webpack-starter

Licence: ISC License
A minimal Aurelia starter kit written in TypeScript and built using webpack.

Programming Languages

typescript
32286 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to aurelia-typescript-webpack-starter

Angular Library Starter Kit
Angular 5 Library Starter Kit based on Angular-CLI
Stars: ✭ 35 (+25%)
Mutual labels:  kit, starter
webpack-boilerplate
Webpack 4 boilerplate (babel, eslint, prettier, jest, sass, postcss, hmr, browsersync)
Stars: ✭ 33 (+17.86%)
Mutual labels:  hmr, webpack-dev-server
Fivem Rp Boilerplate
🔫 Boilerplate for FiveM Roleplay servers. Save time and focus on your real project.
Stars: ✭ 81 (+189.29%)
Mutual labels:  kit, starter
Angular Skeleton App
Angular 7.x navigation skeleton project with styling which get you started faster.
Stars: ✭ 25 (-10.71%)
Mutual labels:  skeleton, starter
modern-webpack-starter
🏰 A modern JavaScript starter using Webpack 4. Made in a simple way - good for learning or starting a new project without having to rollout cli-auto-builders.
Stars: ✭ 42 (+50%)
Mutual labels:  starter, webpack-dev-server
Angular Webpack Starter
A complete Angular 6 and Webpack 4 starter seed with minimal and full featured branches. Full featured branch includes: Material Design 2 (Bootstrap 4 branch available as well), @ngrx, HMR, DLLs and optional use of Universal for server-side rendering - Supports AOT (offline) compilation, sync and lazy loading. Karma/Protractor for e2e/unit tests.
Stars: ✭ 911 (+3153.57%)
Mutual labels:  hmr, starter
Slim3
Slim Framework 3 Skeleton Application
Stars: ✭ 70 (+150%)
Mutual labels:  skeleton, starter
Universal
Seed project for Angular Universal apps featuring Server-Side Rendering (SSR), Webpack, CLI scaffolding, dev/prod modes, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer
Stars: ✭ 669 (+2289.29%)
Mutual labels:  hmr, starter
example-app
Example app showcasing fulls1z3's Angular libraries
Stars: ✭ 27 (-3.57%)
Mutual labels:  hmr, starter
cookiecutter-go
boilerplate, golang project starter tool, support go-zero/go-micro/gin
Stars: ✭ 63 (+125%)
Mutual labels:  skeleton, starter
electron-angular-webpack
A simple kit for Electron, Angular 6 and Webpack 4 including a live reload system for Angular.
Stars: ✭ 62 (+121.43%)
Mutual labels:  skeleton, kit
craft3-webpack5-tailwind2-boilerplate
A real-world boilerplate for Craft CMS 3 projects that leverages Wepback 5, Tailwind 2, PostCSS 8, and has a hot-reload dev environment. Now with dynamic imports, asynchronous chunk loading, and legacy vs modern browser support!
Stars: ✭ 44 (+57.14%)
Mutual labels:  hmr, webpack-dev-server
aurelia-typescript-boilerplate
A starter kit for building a standard navigation-style app with Aurelia, typescript and webpack by @w3tecch
Stars: ✭ 18 (-35.71%)
Mutual labels:  aurelia, skeleton
angular-cli-skeleton
angular-cli skeleton to quickly start a new project with advanced features and best practices. All features are described in README.md.
Stars: ✭ 32 (+14.29%)
Mutual labels:  skeleton, starter
node-starter-kit
Node.js / GraphQL project template pre-configured with TypeScript, PostgreSQL, login flow, transactional emails, unit tests, CI/CD workflow.
Stars: ✭ 76 (+171.43%)
Mutual labels:  starter
angular4-seed-starter
An angular4 starter with webpack2+aot+lazyload+hmr+scss(个人搭的angular4 starter,使用webpack2,包含aot、lazyload、scss、热替换功能等等)
Stars: ✭ 23 (-17.86%)
Mutual labels:  starter
stencil-storybook
Storybook meets Stencil in 2021
Stars: ✭ 66 (+135.71%)
Mutual labels:  hmr
SampleProject
A starter project for Sample Project in Objective C. Objective C version of https://github.com/xeieshan/SwiftySampleProject
Stars: ✭ 31 (+10.71%)
Mutual labels:  starter
electron-vue-template
A very simplistic Electron + Vue 3 template including ViteJS and Electron Builder
Stars: ✭ 60 (+114.29%)
Mutual labels:  hmr
RC6502-Apple-1-Replica
An expandable SBC-version of the Apple 1 computer, easy to get started with and lot of cool stuff that can be added to it!
Stars: ✭ 71 (+153.57%)
Mutual labels:  kit

aurelia-typescript-webpack-starter


Aurelia + TypeScript + Webpack Starter Kit

dependencies Status devDependencies Status

A minimal Aurelia starter kit written in TypeScript and built using webpack.

Initial Setup

After cloning the repository, install the dependencies using npm install.

Developing

The webpack-dev-server is installed for development purposes and can be run with the command npm start. This will start the development server at http://localhost:8080 and open it in your browser, with inline mode and hot module replacement enabled.

Building

The project can be built by running npm run build which will assemble the distribution under the ./dist directory. This directory can be cleaned by running npm run clean.

License

This project is available under the terms of the ISC license. See the LICENSE file for the copyright information and licensing terms.

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].