Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 489 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 489 Bytes

REACT BOILERPLATE

Installation

npm install

Development

NODE_ENV=development npm run start
open http://localhost:8080

Production

NODE_ENV=production node .
open http://localhost:8080

Scaffold Info

  • apis/ BE(contains the endpoints for this application)
  • webpack/ FE(Webpack configuration)
  • conf/ BE(configuration used inside the application)
  • src/ FE(this is sourcefile for front-end stuff)