Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 617 Bytes

File metadata and controls

37 lines (18 loc) · 617 Bytes

React Webpack Express Boilerplate


image

Important

This project is a boilerplate of a React app using webpack babel and express

Install

Clone this repo, run npm install


Available Scripts

In the project directory, you can run:

npm run dev

Starts express and react

Open http://localhost:3000 to view it in the browser.

You will also see any lint errors in the console.

npm run webpack

Starts webpack on watch mode

npm run server

Starts express server