{"id":13432490,"url":"https://github.com/angular-fullstack/generator-angular-fullstack","last_synced_at":"2025-12-16T20:47:52.835Z","repository":{"id":11450775,"uuid":"13911118","full_name":"angular-fullstack/generator-angular-fullstack","owner":"angular-fullstack","description":"Yeoman generator for an Angular app with an Express server","archived":false,"fork":false,"pushed_at":"2023-02-14T04:42:55.000Z","size":10342,"stargazers_count":6111,"open_issues_count":254,"forks_count":1233,"subscribers_count":269,"default_branch":"master","last_synced_at":"2025-04-28T11:52:38.739Z","etag":null,"topics":["angular","babel","full-stack","javascript","mongodb","pug","sass","sequelize","typescript","yeoman","yeoman-generator"],"latest_commit_sha":null,"homepage":"https://awk34.gitbook.io/generator-angular-fullstack","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/angular-fullstack.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"contributing.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2013-10-27T21:56:18.000Z","updated_at":"2025-04-27T23:56:38.000Z","dependencies_parsed_at":"2024-01-17T22:15:27.337Z","dependency_job_id":"5611b450-320e-4b5c-8f83-663e48c10740","html_url":"https://github.com/angular-fullstack/generator-angular-fullstack","commit_stats":null,"previous_names":["daftmonk/generator-angular-fullstack"],"tags_count":88,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-fullstack%2Fgenerator-angular-fullstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-fullstack%2Fgenerator-angular-fullstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-fullstack%2Fgenerator-angular-fullstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-fullstack%2Fgenerator-angular-fullstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angular-fullstack","download_url":"https://codeload.github.com/angular-fullstack/generator-angular-fullstack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254020640,"owners_count":22000756,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","babel","full-stack","javascript","mongodb","pug","sass","sequelize","typescript","yeoman","yeoman-generator"],"created_at":"2024-07-31T02:01:12.309Z","updated_at":"2025-12-16T20:47:52.785Z","avatar_url":"https://github.com/angular-fullstack.png","language":"JavaScript","readme":"# The Angular Full-Stack Generator\n\n![](.gitbook/assets/angular-fullstack-logo.svg)\n\n![Build Status](https://img.shields.io/circleci/project/angular-fullstack/generator-angular-fullstack/master.svg) [![npm version](https://img.shields.io/npm/v/generator-angular-fullstack.svg)](https://www.npmjs.com/package/generator-angular-fullstack) [![Dependency Status](https://img.shields.io/david/angular-fullstack/generator-angular-fullstack.svg)](https://david-dm.org/angular-fullstack/generator-angular-fullstack) [![Dev-Dependency Status](https://img.shields.io/david/dev/angular-fullstack/generator-angular-fullstack.svg)](https://david-dm.org/angular-fullstack/generator-angular-fullstack#type=dev) [![Gitter chat](https://img.shields.io/gitter/room/angular-fullstack/generator-angular-fullstack.svg)](https://gitter.im/angular-fullstack/generator-angular-fullstack)\n\n\u003e Yeoman generator for creating MEAN/SEAN stack applications, using ES2017, MongoDB/SQL, Express, Angular, and Node - lets you quickly set up a project following best practices.\n\n### Generated project:\n\n[![Dependency Status](https://img.shields.io/david/angular-fullstack/angular-fullstack-deps.svg)](https://david-dm.org/angular-fullstack/angular-fullstack-deps) [![Dev-Dependency Status](https://img.shields.io/david/dev/angular-fullstack/angular-fullstack-deps.svg)](https://david-dm.org/angular-fullstack/angular-fullstack-deps?type=dev) [![Known Vulnerabilities](https://snyk.io/package/npm/angular-fullstack-deps/badge.svg)](https://snyk.io/package/npm/angular-fullstack-deps)\n\n## Usage\n\nInstall `yo`, `gulp-cli`, and `generator-angular-fullstack`:\n\n```text\nnpm install -g yo gulp-cli generator-angular-fullstack\n```\n\n**Please note**: If you run into trouble compiling native add-ons during the installation, follow [`node-gyp`](https://github.com/nodejs/node-gyp)'s short guide on [required compilation tools](https://github.com/nodejs/node-gyp#installation).\n\nThen, to run your app \\(make sure the MongoDB daemon is running if you selected Mongo\\), run the following to start your server:\n\n```bash\nnpm run start:server\n```\n\nand the following to start the Webpack dev server for the front-end:\n\n```bash\nnpm run start:client\n```\n\nThe Webpack server will tell you which port to access the app at \\(usually [http://localhost:8080/](http://localhost:8080/)\\).\n\nRun `yo angular-fullstack`\n\n```text\nyo angular-fullstack\n```\n\n**See the** [**Getting Started**](https://angular-fullstack.github.io/get-started/) **guide for more information.**\n\n## Prerequisites\n\n* MongoDB - Download and Install [MongoDB](https://www.mongodb.com/download-center#community) - If you plan on scaffolding your project with mongoose, you'll need mongoDB to be installed and have the `mongod` process running.\n  * If you have [Docker](https://www.docker.com/) installed, you can easily run a test database with `docker run -p 27017:27017 --name afs-mongo -d mongo`\n* The project's JavaScript is written in ECMAScript 2015. If you're unfamiliar with the latest changes to the specification for JavaScript, check out [http://es6-features.org/](http://es6-features.org/)\n\n## Supported Configurations\n\n**General**\n\n* Build Systems: `Gulp`\n* Testing: \n  * `Jasmine`\n  * `Mocha + Chai + Sinon`\n    * Chai assertions:\n      * `Expect`\n      * `Should`\n\n**Client**\n\n* Scripts: `JavaScript (Babel)`, `TypeScript`\n* Module Systems: `Webpack`\n* Markup:  `HTML`, `Pug`\n* Stylesheets: `CSS`, `Stylus`, `Sass`, `Less`\n* CSS Frameworks: `Bootstrap`\n  * Option to include `UI Bootstrap`\n\n**Server**\n\n* Scripts: `JavaScript (Babel)`, `TypeScript` \\(planned\\)\n* Database:\n  * `None`,\n  * `MongoDB`, `SQL`\n    * Authentication boilerplate: `Yes`, `No`\n    * oAuth integrations: `Facebook`, `Twitter`, `Google`\n    * Socket.io integration: `Yes`, `No`\n\n## Generators\n\nAvailable generators:\n\n* App\n  * [angular-fullstack](https://angular-fullstack.github.io/generators/app/) \\(aka [angular-fullstack:app](https://angular-fullstack.github.io/generators/app/)\\)\n* Server Side\n  * [angular-fullstack:endpoint](https://angular-fullstack.github.io/generators/endpoint)\n* Client Side \\(via [generator-angular-fullstack-component](https://github.com/angular-fullstack/generator-angular-fullstack-component)\\)\n  * [angular-fullstack:route](https://angular-fullstack.github.io/generators/route)\n* To be re-updated:\n  * [angular-fullstack:component](https://angular-fullstack.github.io/generators/component)\n  * [angular-fullstack:controller](https://angular-fullstack.github.io/generators/controller)\n  * [angular-fullstack:filter](https://angular-fullstack.github.io/generators/filter)\n  * [angular-fullstack:directive](https://angular-fullstack.github.io/generators/directive)\n  * [angular-fullstack:service](https://angular-fullstack.github.io/generators/service)\n  * [angular-fullstack:provider](https://angular-fullstack.github.io/generators/service)\n  * [angular-fullstack:factory](https://angular-fullstack.github.io/generators/service)\n  * [angular-fullstack:decorator](https://angular-fullstack.github.io/generators/decorator)\n* Deployment\n  * [angular-fullstack:openshift](https://angular-fullstack.github.io/generators/openshift)\n  * [angular-fullstack:heroku](https://angular-fullstack.github.io/generators/heroku)\n\n## Documentation\n\nCheck out our [documentation home page](https://awk34.gitbook.io/generator-angular-fullstack).\n\n## Contribute\n\nSee the [contributing docs](https://github.com/angular-fullstack/generator-angular-fullstack/blob/master/contributing.md)\n\nWhen submitting an issue, please follow the [Yeoman issue guidelines](https://github.com/yeoman/yeoman/blob/master/contributing.md#issue-submission). Especially important is to make sure Yeoman is up-to-date, and providing the command or commands that cause the issue, as well as any stack traces.\n\n## License\n\n[BSD license](http://opensource.org/licenses/bsd-license.php)\n\n[![generator-angular-fullstack](https://angular-fullstack.github.io/assets/angular-fullstack-boxes.svg)](https://awk34.gitbook.io/generator-angular-fullstack)\n\n","funding_links":[],"categories":["JavaScript","Developer","babel"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular-fullstack%2Fgenerator-angular-fullstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangular-fullstack%2Fgenerator-angular-fullstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular-fullstack%2Fgenerator-angular-fullstack/lists"}