# angular_full_stack **Repository Path**: Chuanshanjia/angular_full_stack ## Basic Information - **Project Name**: angular_full_stack - **Description**: 本项目是一个集node,angular的全栈项目的骨架, 后端使用node前端使用angular。。。。。。。。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 27 - **Forks**: 13 - **Created**: 2016-09-30 - **Last Updated**: 2024-03-21 ## Categories & Tags **Categories**: angular-extensions **Tags**: None ## README # angular-full-stack 本项目是一个集node,angular的全栈项目的骨架, 后端使用node前端使用angular。。。。。。。。 This project was generated with the [Angular Full-Stack Generator](https://github.com/DaftMonk/generator-angular-fullstack) version 3.7.6. ## Getting Started ### Prerequisites - [Git](https://git-scm.com/) - [Node.js and npm](nodejs.org) Node ^4.2.3, npm ^2.14.7 - [Bower](bower.io) (`npm install --global bower`) - [Gulp](http://gulpjs.com/) (`npm install --global gulp`) ### Developing 1. Run `npm install` to install server dependencies. 2. Run `bower install` to install front-end dependencies. 3. Run `gulp serve` to start the development server. It should automatically open the client in your browser when ready. ## Build & development Run `grunt build` for building and `grunt serve` for preview. ## Testing Running `npm test` will run the unit tests with karma. [node全栈学习指南](https://i5ting.github.io/nodejs-fullstack/)