Giter VIP home page Giter VIP logo

nodejs-react's Introduction

This is a small sample web application consists of a client and a server application. The server application is implemented in Node.js with Express and the client application uses React/Redux.

Server

The server application runs with Node.js and Express and provides some RESTful web services.

MongoDB

The server needs an MongoDB running on the same machine. Therefore it is required that a MongoDB is installed an accessible on localhost at the default port 47630.

Build & Startup

Node.js and npm needs to be installed to build and start the server application. Verify that you have at least node v4.x.x and npm 3.x.x installed by running node -v and npm -v in a terminal.

To install all required dependencies simply run:

npm install

The server start is done with:

npm start

The server application is accessible with at http://127.0.0.1:8080.

Client

The client is implemented in React.js using Redux. The server application is used as backend an therefore needs to be running on same machine.

Build & Startup

Node.js and npm needs to be installed to build and start the client application. Verify that you have at least node v4.x.x and npm 3.x.x installed by running node -v and npm -v in a terminal.

To install all required dependencies simply run:

npm install

The client start is done with:

npm run dev

The client application is accessible with at http://127.0.0.1:3000.

Licensing

The software of this repository is licensed under the GNU Lesser General Public License v3. See LICENSE for the full license text.

nodejs-react's People

Contributors

nerdcoding avatar

Watchers

James Cloos avatar  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.