Git Product home page Git Product logo

reactnativeserver's Introduction

React Native Server

A quick Node/Express server boilerplate for your React Native app.

To start using this boilerplate, fork this project.

Then click on "Clone or download" and copy the repository link.

Open your terminal window on your computer and navigate to an area where you would like this project saved.

Type git clone [the repository url you copied]. Example on next line.

It should look something like this, git clone https://github.com/ericdfanning/ReactNodeExpressBoilerplate.git. Except instead of 'ericdfanning', it will show the name of your github profile.

Once it is done cloning, type cd ReactNodeExpressBoilerplate to go into the project folder.

If using node,type npm install to install all the dependencies this project needs in order to work.

Then to start the server on your local machine, type npm start into your terminal window. If it starts without error it should say "now listening on port 8000". If it gives the error Error: listen EADDRINUSE :::8000, then that means you already have another program running on port '8000'. You can either stop that other program, or change the port number in this app by going to server.js and changing the port number to any 4 digit number between 3000 - 9000.

reactnativeserver's People

Contributors

ericdfanning avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.