Skip to content

babak2000ir/node-react-minimalist-dev-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimalist Node/React Development Framework

  • node
  • react
  • koa
  • webpack
  • craco
  • bootstrap 5
  • bootstrap-icons
v 1.0.0

This is a framework I put together to start developing node/react apps as fast as possible without getting bogged down with all the setup.

To start to develop you can run "Start Development" task from the command palette, this will run the react in development mode and will run the node server as well.

Node will physically share the static web files from the react build folder, to achieve this I have use craco to override the webpack config and force the start script to write to a file.

There are proper settings in launch.json to attach debugger to client and server.

To build the projet run "npm run build" and you can find the full stack build in root\dist.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published