jhosefmarks / omnistack-be-the-hero

Sample with Node.js, React and React Native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sample with Node.js, React and React Native.

License:MIT License


Languages

Language:JavaScript 86.1%Language:CSS 12.8%Language:HTML 1.1%