one-pieces / cftvc

A platform for finding actor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cftvc

A platform for finding actor

How to Set Up:

  1. git clone https://github.com/one-pieces/cftvc.git
  2. cd cftvc
  3. npm install
  4. bower install
  5. grunt update
  6. grunt db:reload
  7. grunt develop
  8. 浏览器输入localhost:5000/cftvc

All default users' password are "changeme".

This project has used MEAN(Mongo, Express, AngularJS, NodeJS) framework. The following is the file structure:

  1. app -- The front end code folders
  2. config -- The env configuration files
  3. server -- The back end code folders
  4. gruntfile.js -- The grunt configuration file (The JavaScript Task Runner, http://gruntjs.com/)
  5. bower.json -- A mainfest file which Bower keeps track of the packages in (Bower is a package manager for the web, http://bower.io/)
  6. package.json -- A mainfest file of npm (npm is a package manager for NodeJS, https://www.npmjs.com/)
  7. .bowerrc -- The Bower configuration file
  8. .gitigonre -- A mainfest file which the files git will igonre
  9. .jshintrc -- The configuration file of JSHint
  10. .csslintrc -- The configuration file of CSSLintrc

About

A platform for finding actor


Languages

Language:TypeScript 55.0%Language:HTML 23.3%Language:JavaScript 12.8%Language:CSS 8.9%