An open API service indexing awesome lists of open source software.

https://github.com/shy2850/create-f2e-app

create-app by f2e-server with typescript, rollup, less, etc.
https://github.com/shy2850/create-f2e-app

f2e-server less rollup typescript

Last synced: about 2 months ago
JSON representation

create-app by f2e-server with typescript, rollup, less, etc.

Awesome Lists containing this project

README

          

# create-f2e-app
create-app by f2e-server with typescript, rollup, less, etc.

## Usage
`mkdir myApp && cd myApp`

then

```
curl -o- https://raw.githubusercontent.com/shy2850/create-f2e-app/master/init.sh | bash
```

or Wget:

```
wget -qO- https://raw.githubusercontent.com/shy2850/create-f2e-app/master/init.sh | bash
```

also f2e-server

```
npm i f2e-server -g
f2e create myApp
```