Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 551 Bytes

File metadata and controls

25 lines (14 loc) · 551 Bytes

minimal-react-router-v4-webpack-babel-setup

basic template to make react apps with:

  • react (v17.x)
  • react-router-dom (v5.x)
  • babel (v7.x)
  • webpack (v5.x)
  • served by node.js server, NOT create-react-app

this project is just a template to use instead of create-react-app

Deploy

Install

Using npm:

$ npm install

run

$ npm run start