8000 GitHub - jGowgiel/mynumbercollection-client: The front-end client for mynumbercollection.com
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jGowgiel/mynumbercollection-client

 
 

Repository files navigation

Get started

  1. Install dependencies

    npm install
  2. Start the app

     npx expo start

You can ignore console errors about version.json not being served when you run locally. Those are expected for a local run.

Bundle for deploy

npm run build:web

This will create the deployable assets in the dist directory.

Format

To format the entire project with Prettier:

npx prettier --write .

You may also want to install a Prettier extension for your IDE and enable "format on save."

About

The front-end client for mynumbercollection.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%
0