Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 477 Bytes

File metadata and controls

25 lines (21 loc) · 477 Bytes

react-webpack-boilerplate-server

React, Typescript, Babel, Webpack, Eslint, Express.js.. Boilerplate

Getting Started

Install Dependencies

npm install

Run Dev Server

npm run dev

Build

npm run build

Start

npm start

When running dev server client is accessible at http://localhost:6969 and server is accessible at http://localhost:6970

When running in production mode everything is served at http://localhost:6970