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: 3 months ago
JSON representation

Boilerplate for egg simple project

Lists

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.