All Projects → MauricioSilv → react-native-with-laravel

MauricioSilv / react-native-with-laravel

Licence: MIT License
React Native + Laravel API 💥

Programming Languages

PHP
23972 projects - #3 most used programming language
typescript
32286 projects
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
HTML
75241 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to react-native-with-laravel

Placeline Nextjs
HyperTrack Placeline web application sample using NextJS, Ant-Design, Styled-Components, and Heroku
Stars: ✭ 88 (+528.57%)
Mutual labels:  styled-components, axios
Reeakt
A modern React boilerplate to awesome web applications
Stars: ✭ 116 (+728.57%)
Mutual labels:  styled-components, axios
Moveit
🚀 NLW #4 | React+ TypeScript + NextJS + StyledComponents + Firebase + MongoDb +Axios
Stars: ✭ 39 (+178.57%)
Mutual labels:  styled-components, axios
React Cloud Music
React 16.8打造精美音乐WebApp
Stars: ✭ 1,722 (+12200%)
Mutual labels:  styled-components, axios
shrtn-it
A url shortener developed as a course completion project
Stars: ✭ 16 (+14.29%)
Mutual labels:  styled-components, axios
rocketshoes-react-native
NetShoes Clone with React Native and Redux
Stars: ✭ 38 (+171.43%)
Mutual labels:  styled-components, axios
React Bootstrap Webpack Starter
ReactJS 16.4 + new React Context API +react Router 4 + webpack 4 + babel 7+ hot Reload + Bootstrap 4 + styled-components
Stars: ✭ 103 (+635.71%)
Mutual labels:  styled-components, axios
Music163 React
🔥基于React全家桶开发:「网易云音乐PC端项目」实战
Stars: ✭ 209 (+1392.86%)
Mutual labels:  styled-components, axios
coronadev
Aplicativo para consultar a situação global do COVID-19
Stars: ✭ 44 (+214.29%)
Mutual labels:  styled-components, axios
proffy
React Native + ReactJS + NodeJS project developed on RocketSeat NexLevelWeek. This project is based on an application for connect students and teachers.
Stars: ✭ 30 (+114.29%)
Mutual labels:  styled-components, axios
MovieCards
React App that uses TMDb API to display movie data. Try it out! ->
Stars: ✭ 38 (+171.43%)
Mutual labels:  styled-components, axios
jooger.me
👍 My personal website,powered by @nuxt
Stars: ✭ 39 (+178.57%)
Mutual labels:  axios
bilibili-vue
vue实战bilibili仿站:vue + vue router + vuex + axios
Stars: ✭ 78 (+457.14%)
Mutual labels:  axios
chic-ui
Lightweight CSS-in-JS styled UI Component Library for React
Stars: ✭ 39 (+178.57%)
Mutual labels:  styled-components
nextjs-admin-template
Free admin dashboard template based on Next.Js with @paljs/ui component package
Stars: ✭ 266 (+1800%)
Mutual labels:  styled-components
onsenui-vue-router-pwa
Onsen UI + Vue + Vue Router + Axios PWA Starter Project
Stars: ✭ 36 (+157.14%)
Mutual labels:  axios
reddit-clone
Full stack Reddit clone with nodejs and react native.
Stars: ✭ 69 (+392.86%)
Mutual labels:  axios
coursehunters-video-downloader
Download videos from coursehunt for free - application
Stars: ✭ 26 (+85.71%)
Mutual labels:  styled-components
react-mobx-router4-axios
react + less + webapck config + mobx(store)+ axios + router4
Stars: ✭ 24 (+71.43%)
Mutual labels:  axios
restaurant
🍕 Simple Pizza Restaurant POS
Stars: ✭ 29 (+107.14%)
Mutual labels:  styled-components


TinDev

Laravel with React Native

The monorepo for login applications using the Api laravel consumed with React Native, as a study purpose. 📱

License MIT

login for app initial page

📌 Technologies

Listed here are some of the main technologies used in the project:

📌 Getting started

  1. Clone this repo using git clone https://github.com/MauricioSilv/react-native-with-laravel.git
  2. Move yourself to the appropriate directory: cd mobile
  3. Run yarn to install dependencies

📌 Getting started with the backend server

  1. Move yourself to the backend folder: cd api-laravel
  2. Create a .env file and add your preferred database connection.
  3. Run composer install to install project dependencies.
  4. Generate your application key php artisan key:generate.
  5. Run php artisan migrate --seed to create the migrations and seedrs locate at in /database/seeds/UserSeeder.php.
  6. Run php artisan serve to start the server port 8000.

📌 Getting started with the mobile app

  1. Move yourself to the mobile folder: cd mobile
  2. Run yarn android (or ios if your prefer) to start the mobile app

⚠️Note: at android, You will have to start the emulator before using the yarn android command.

📝 License

This project is licensed under the MIT License - see the LICENSE page for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].