Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eggjs/egg-boilerplate-simple
Boilerplate for egg simple project
https://github.com/eggjs/egg-boilerplate-simple
boilerplate egg-boilerplate
Last synced: 4 days ago
JSON representation
Boilerplate for egg simple project
- Host: GitHub
- URL: https://github.com/eggjs/egg-boilerplate-simple
- Owner: eggjs
- License: mit
- Created: 2016-07-12T10:09:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T12:53:50.000Z (10 months ago)
- Last Synced: 2024-04-14T01:06:22.271Z (7 months ago)
- Topics: boilerplate, egg-boilerplate
- Language: JavaScript
- Homepage:
- Size: 92.8 KB
- Stars: 16
- Watchers: 8
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-egg - egg-boilerplate-simple - Boilerplate for egg simple project ![](https://img.shields.io/github/stars/eggjs/egg-boilerplate-simple.svg?style=social&label=Star) (仓库 / 脚手架)
- awesome-egg - egg-boilerplate-simple - Boilerplate for egg simple project (Boilerplates)
README
# egg-boilerplate-simple
Boilerplate for egg quickstart.
[![NPM version][npm-image]][npm-url]
[![Node.js CI](https://github.com/eggjs/egg-boilerplate-simple/actions/workflows/nodejs.yml/badge.svg)](https://github.com/eggjs/egg-boilerplate-simple/actions/workflows/nodejs.yml)
[![Test coverage][codecov-image]][codecov-url]
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![npm download][download-image]][download-url][npm-image]: https://img.shields.io/npm/v/egg-boilerplate-simple.svg?style=flat-square
[npm-url]: https://npmjs.org/package/egg-boilerplate-simple
[codecov-image]: https://img.shields.io/codecov/c/github/eggjs/egg-boilerplate-simple.svg?style=flat-square
[codecov-url]: https://codecov.io/gh/eggjs/egg-boilerplate-simple
[snyk-image]: https://snyk.io/test/npm/egg-boilerplate-simple/badge.svg?style=flat-square
[snyk-url]: https://snyk.io/test/npm/egg-boilerplate-simple
[download-image]: https://img.shields.io/npm/dm/egg-boilerplate-simple.svg?style=flat-square
[download-url]: https://npmjs.org/package/egg-boilerplate-simple## Installation
**Don't `npm i` this directly**
```bash
npm i -g egg-init
egg-init --type simple showcase
cd showcase
npm i
npm run dev
open http://localhost:7001
```See [egg-init](https://github.com/eggjs/egg-init) for more detail.