Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/artiphishle/starters

Collection of useful starter scripts
https://github.com/artiphishle/starters

Last synced: about 1 month ago
JSON representation

Collection of useful starter scripts

Awesome Lists containing this project

README

        

# Starters

Start your project directly using a starter.

## starter-expo-stack

Uses `create-expo-stack` and adds useful things like:

- README.md
- Prettier & Google ESLint
- Run Scripts

After installation your project is ready to build & publish:

```bash
# Expo Application Service
eas login
eas whoami
eas build
eas publish
```