angeyu / react-express-api-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-express-boilerplate-app

create-react-app + Express API

  • A simple react app with a backend express API 💥 🎉 🐝

Heroku Demo

Technology:

Getting started:

  • clone this repository && and create a new git repo
$ git clone git@github.com:thechutrain/react-express-api-boilerplate.git
$ rm -rf .git
$ git init

Developing

  • front end react app lives inside the src/ folder
  • your server and any routes can be added inside the server/ folder
  • $ npm run dev will concurrently start the react development server & your backend API server

Deploying

Prerequisites - heroku account && heroku command line tools

$ heroku create [Your-app-name]
$ npm run build
$ git push heroku [your-production-branch-name]:master
$ heroku open

Bugs??

  • Please submit an issue OR feel free to contribute and send a pull request.

About


Languages

Language:JavaScript 82.0%Language:HTML 15.1%Language:CSS 2.9%