微信公众服务[GC车友会],专注挪车30年!
- Please check the package.json file.
- You have to start local MongoDB instance or can connect to the remote MongoDB instance.
- Please check the config.js file.
-
Go to the project directory
$ cd carclub
-
Install required Node.js modules and build the project
$ npm install $ grunt build
-
Start Node.js HTTP server in development environment
$ NODE_ENV=development node app
-
Visit address https://localhost:3030
-
Enjoy!
注意: 代码中所有被标为<***>的地方,都是敏感信息,已隐去,需要配置成你自己的合法信息。