在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:soygul/koan开源软件地址:https://github.com/soygul/koan开源编程语言:JavaScript 67.6%开源软件介绍:KOAN Stack is a boilerplate that provides a starting point for full stack JavaScript Web development with Koa, AngularJS, and Node.js along with MongoDB and WebSockets. A summary of tech stack:
Live ExampleBelow are the screenshots from the bundled demo app, which is a Facebook like real-time sharing app. Follow instructions in the next section if you want to play with it locally, or deploy it to Heroku. Login page: User home page: Getting StartedMake sure that you have Node.js v7.6 or higher (for Node <7.6, use v1.6 release), and MongoDB v2 or higher (running on the default port 27017) installed on your computer. To get started with KOAN stack, do following: git clone --depth 1 https://github.com/soygul/koan.git
cd koan
npm install
npm start Your application should run on the 3000 port so in your browser just go to http://localhost:3000. If you want to run tests, simply type: npm test ConfigurationAll configuration is specified in the /server/config directory, particularly the config.js file. Here you can hook up any social app keys if you want integration with Twitter, Facebook, or Google. Heroku Deployment
TestingYou can run all the tests with
See /test/server/users.js for an example. CreditsClient side is entirely based on the official: Angular Seed. Server side simply utilizes generally accepted Koa middleware and Node.js best practices. The NameThe project name is an acronym for Koa, Angular, and Node. It also is the name for a Zen Buddhist riddle used to focus the mind during meditation and to develop intuitive thinking. LicenseMIT |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论