All Projects → inrupt → Generator Solid Angular

inrupt / Generator Solid Angular

Licence: mit
Generator for Solid Angular applications

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Generator Solid Angular

generator-bunny
🐰 Jumpstart node module, like a bunny!
Stars: ✭ 13 (-59.37%)
Mutual labels:  yeoman-generator, starter-kit
generator-antd-pro
An easy way to build your ant-design-pro application.
Stars: ✭ 34 (+6.25%)
Mutual labels:  yeoman, yeoman-generator
generator-node-bahmutov
My personal Node project boilerplate generator
Stars: ✭ 39 (+21.88%)
Mutual labels:  yeoman, yeoman-generator
generator-springboot
A Yeoman generator for generating Microservice with SpringBoot
Stars: ✭ 121 (+278.13%)
Mutual labels:  yeoman, yeoman-generator
Generator Jekyllized
A Yeoman generator for Jekyll to rapidly build sites using Gulp
Stars: ✭ 332 (+937.5%)
Mutual labels:  yeoman, yeoman-generator
generator-react-jest-tests
A React Jest test generator. Generates snapshot tests for React components.
Stars: ✭ 34 (+6.25%)
Mutual labels:  yeoman, yeoman-generator
generator-node
🔧 Yeoman generator for Node projects.
Stars: ✭ 16 (-50%)
Mutual labels:  yeoman, yeoman-generator
generator-fountain-react
Yeoman 'fountain' generator to start a webapp with React
Stars: ✭ 36 (+12.5%)
Mutual labels:  yeoman, yeoman-generator
nest-js-boilerplate
Nest.js boilerplate
Stars: ✭ 79 (+146.88%)
Mutual labels:  yeoman, starter-kit
generator-tsx
Yeoman generator for CRA + TypeScript + React + Redux + Router + Testing Library.
Stars: ✭ 25 (-21.87%)
Mutual labels:  yeoman, yeoman-generator
generator-liferay-fragments
Yeoman generator for creating and maintaining Liferay Fragment projects
Stars: ✭ 31 (-3.12%)
Mutual labels:  yeoman, yeoman-generator
Generator Angular Fullstack
Yeoman generator for an Angular app with an Express server
Stars: ✭ 6,135 (+19071.88%)
Mutual labels:  yeoman, yeoman-generator
generator-vue-plugin
Yeoman generator generating vue plugin 🚀
Stars: ✭ 29 (-9.37%)
Mutual labels:  yeoman, yeoman-generator
generator-stencil
Scaffolding tool 🔨 for Stencil js applications
Stars: ✭ 16 (-50%)
Mutual labels:  yeoman, yeoman-generator
generator-laravel-5
Scaffold Laravel 5.7 applications with ease.
Stars: ✭ 19 (-40.62%)
Mutual labels:  yeoman, yeoman-generator
generator-veams
Scaffold modern frontend web apps or web pages with a static site generator (Assemble or Mangony), Grunt and/or Gulp, Sass and Bower. Use modern frameworks like Bourbon, Bootstrap or Foundation and structure your JavaScript with ES Harmony support.
Stars: ✭ 45 (+40.63%)
Mutual labels:  yeoman, yeoman-generator
generator-ngx-firebase-bootstrap
Generator for Angular / Firebase / Bootstrap projects
Stars: ✭ 44 (+37.5%)
Mutual labels:  yeoman, yeoman-generator
delphi-generator-delphi
Yeoman generator for Delphi projects
Stars: ✭ 14 (-56.25%)
Mutual labels:  yeoman, yeoman-generator
aspnet-mvc5-starter-template
Asp.Net MVC 5 Starter Kit is a S.O.L.I.D, clean and globalized template with all the necessary boilerplate, ready to go.
Stars: ✭ 39 (+21.88%)
Mutual labels:  solid, starter-kit
Generator Sails Rest Api
Yeoman generator for scaffolding Sails REST API with predefined features
Stars: ✭ 336 (+950%)
Mutual labels:  yeoman, yeoman-generator

Solid Angular Yeoman Generator

A yeoman generator to help you get up and running quickly using Solid and Angular. Running the generator will create a sample Angular profile editor application using Solid.

Getting Started

The below instructions will get you up and running with a Solid app in a matter of minutes.

Prerequisites

You will need a few things to get started. The first is npm, as you will need to install the app using npm. You will also likely need angular-cli installed globally.

You can do this by running the following command

npm install -g @angular/cli

Another thing you will need to install manually is yeoman itself, if you don't already have it. You can install yeoman using the following command:

npm install -g yo

Installing

The easiest way to install the yeoman generator is using npm. To install, you can run the command

npm install -g @inrupt/generator-solid-angular

Using the Generator

Once it's installed, you can run the generator using a command line interface. First, navigate to the parent folder you wish to create the new project. Next, run the command

yo @inrupt/solid-angular

This will open a prompt with a few questions, such as the project name. Note the project name will also be your root folder name.

The generator will then install the angular and solid project files, then run npm install for you.

Once the generator has finished running, you can navigate into the newly created project folder and run the command

ng serve

That command is the regular angular-cli serve, and will launch the web app on your localhost, port 4200.

With this running, you'll see a login page.

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