Skip to content

Instantly share code, notes, and snippets.

@aloukissas
Created January 3, 2019 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aloukissas/0d2cdb57289bb846f577a4cc72b07605 to your computer and use it in GitHub Desktop.
Save aloukissas/0d2cdb57289bb846f577a4cc72b07605 to your computer and use it in GitHub Desktop.
$ expo init
? Choose a project name: test-project
? Choose a template: expo-template-blank
? Yarn v1.12.3 found. Use Yarn to install dependencies? Yes
[22:35:26] Extracting project files...
[22:35:27] Customizing project...
[22:35:27] Initialized a git repository.
[22:35:27] Installing dependencies...
yarn install v1.12.3
info No lockfile found.
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
[4/4] 📃 Building fresh packages...
success Saved lockfile.
✨ Done in 35.73s.
Your project is ready at /private/tmp/test-project
To get started, you can type:
cd test-project
yarn start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment