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.
- Host: GitHub
- URL: https://github.com/shy2850/create-f2e-app
- Owner: shy2850
- License: mit
- Created: 2018-04-09T03:51:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T06:07:24.000Z (about 8 years ago)
- Last Synced: 2025-03-21T09:48:09.654Z (about 1 year ago)
- Topics: f2e-server, less, rollup, typescript
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```