/omnistack-be-the-hero

Sample with Node.js, React and React Native.

Primary LanguageJavaScriptMIT LicenseMIT

OmniStack Be The Hero

Sample with Node.js, React and React Native.

Server

  1. Open directory: cd server
  2. Install dependencies: npm install
  3. Create database file (sqlite3): npx knex migrate:latest
  4. Start server: npm start

Client (Browser)

  1. Open directory: cd client
  2. Install dependencies: npm install
  3. Start client: npm start
  4. Open your favorite browser with http://localhost:3000/

App Mobile

  1. Open directory: cd mobile
  2. Install dependencies: npm install
  3. Run app mobile in your device or simulator with Expo: npm start