Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuki-yano/next-imecolletter
https://github.com/yuki-yano/next-imecolletter
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuki-yano/next-imecolletter
- Owner: yuki-yano
- Created: 2019-07-23T15:33:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:11:29.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T18:12:41.971Z (about 2 months ago)
- Language: TypeScript
- Size: 2.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
### Create an App
```bash
# with `nextron`
$ nextron init my-app --example with-typescript# with npx
$ npx create-nextron-app my-app --example with-typescript# with yarn
$ yarn create nextron-app my-app --example with-typescript
```### Use it
```bash
$ cd my-app# Install dependencies
$ yarn (or `npm install`)# Run development mode
$ yarn dev (or `npm run dev`)# Build packages
$ yarn build (or `npm run build`)
```