Skip to content

A barebones react app using webpack 4, babel 7, and a barebones node-express server

Notifications You must be signed in to change notification settings

alexzhaohong/react-express-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Express Starter

This repo contains a barebones app using React 16 and Express using Webpack 4 and Babel 7. The react app currently renders a simple Hello World. It can easily be extended by adding more components and routes to make a full-stack app.

Getting Started

Installation

You’ll need to have Node >= 6 on your machine. You can use nvm to easily switch Node versions between different projects.

npm install
npm run react-dev
npm start

Then open http://localhost:3000/ to see your app.

About

A barebones react app using webpack 4, babel 7, and a barebones node-express server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%