All Projects → philnash → React Express Starter

philnash / React Express Starter

Licence: mit
A starter kit for React applications with a back end server all in the same project

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Express Starter

Express Env Example
A sample express environment that is well architected for scale. Read about it here:
Stars: ✭ 130 (-2.26%)
Mutual labels:  express, expressjs
Express Vue
Vue rendering engine for Express.js. Use .Vue files as templates using streams
Stars: ✭ 1,226 (+821.8%)
Mutual labels:  express, expressjs
Flowa
🔥Service level control flow for Node.js
Stars: ✭ 66 (-50.38%)
Mutual labels:  express, expressjs
Webauthn
W3C Web Authentication API Relying Party for Node.js and Express
Stars: ✭ 61 (-54.14%)
Mutual labels:  express, expressjs
Express Jwt
An example API for creating/verifying json web tokens
Stars: ✭ 105 (-21.05%)
Mutual labels:  express, expressjs
Express Sequelize Crud
Simply expose resource CRUD (Create Read Update Delete) routes for Express & Sequelize. Compatible with React Admin Simple Rest Data Provider
Stars: ✭ 65 (-51.13%)
Mutual labels:  express, expressjs
Node Express Postgresql Server
Basic Node with Express + PostgreSQL Server
Stars: ✭ 74 (-44.36%)
Mutual labels:  express, expressjs
Mean Angular4 Chat App
MEAN stack with Angular 4 Chat App
Stars: ✭ 41 (-69.17%)
Mutual labels:  express, expressjs
Store Pos
Point of Sale Desktop App built with Electron
Stars: ✭ 103 (-22.56%)
Mutual labels:  express, expressjs
Aaronvandenberg.nl
⚛️ Web Developers portfolio build with Gatsby.js & React.js
Stars: ✭ 98 (-26.32%)
Mutual labels:  express, expressjs
Mern Stack Authentication
Secure MERN Stack CRUD Web Application using Passport.js Authentication
Stars: ✭ 60 (-54.89%)
Mutual labels:  express, expressjs
Docx
Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
Stars: ✭ 2,150 (+1516.54%)
Mutual labels:  express, expressjs
Express Template
Starter template for Nuxt.js with Express.
Stars: ✭ 1,029 (+673.68%)
Mutual labels:  express, expressjs
Thinkdiff
My open source project links, programming and software development related code and tutorials are in this repo. Content types: Python, JavaScript, Dart | Django, React, Flutter, React-Native etc.
Stars: ✭ 65 (-51.13%)
Mutual labels:  express, expressjs
Gitwar
🚀 Gitwar - Compete with Github
Stars: ✭ 44 (-66.92%)
Mutual labels:  express, expressjs
Mean Stack Angular6 Crud Example
MEAN Stack Angular 6 CRUD Web Application
Stars: ✭ 69 (-48.12%)
Mutual labels:  express, expressjs
Webpack2 Express Heroku Starter
Starter app using Webpack 2, Express, setup to deploy to Heroku.
Stars: ✭ 12 (-90.98%)
Mutual labels:  express, expressjs
Node Production
Take Your Node.js Project to The Production Environment (VPS/Dedicated Server).
Stars: ✭ 35 (-73.68%)
Mutual labels:  express, expressjs
Angular Full Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Stars: ✭ 1,261 (+848.12%)
Mutual labels:  express, expressjs
Mean Stack Angular5 Crud
MEAN Stack (Angular 5) CRUD Web Application Example
Stars: ✭ 107 (-19.55%)
Mutual labels:  express, expressjs

React application with Express server

This project was bootstrapped with Create React App. Then an Express server was added in the server directory. The server is proxied via the proxy key in package.json.

Using this project

Clone the project, change into the directory and install the dependencies.

git clone https://github.com/philnash/react-express-starter.git
cd react-express-starter
npm install

Create a .env file for environment variables in your server.

You can start the server on its own with the command:

npm run server

Run the React application on its own with the command:

npm start

Run both applications together with the command:

npm run dev

The React application will run on port 3000 and the server port 3001.

React Twilio starter

The twilio branch is a similar setup but also provides endpoints with basic Access Tokens for Twilio Programmable Chat and Twilio Programmable Video. You can use the project as a base for building React chat or video applications.

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].