Giter VIP home page Giter VIP logo

angular-questionnaire's Introduction

Angular 调查问卷示例项目

这是由广发证券互联网金融技术团队出品的原创书籍《揭秘 Angular》的第三部分项目实战的源代码。

揭秘 Angular 封面

这个示例项目包含以下特点:

  • 遵循官方最佳实践的目录布局
  • 代码难易程度适中,方便学习
  • 功能丰富的脚手架,易于扩展使用
  • 简洁化的后端服务,聚焦前端框架学习

如何上手

调查问卷项目包括前端 frontend 目录以及后端 backend 目录。我们可以先运行后端服务,方便前端的注册与登录用户以及提供问卷相关的服务。安装过 Node.js 之后(确保你的 Node.js 版本为 6.x 及以上),在终端运行以下命令:

cd backend
npm install
node app

接下来,将终端目录定位 frontend 之中,再运行以下命令:

npm install
npm start

以上前后台的命令都执行完后,即成功启动整个项目应用。

angular-questionnaire's People

Contributors

lzhfe avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.