Skip to content

Samit-prsl/Rexpress_Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version npm downloads

Welcome to Rexpress_Starter!

The npm package to reduce your workload ;)

Rexpress allows you set up express and react together without going through the boring way of installing npm packages, not only Rexpress has built-in React and Express libraries it is empowered with TailwindCSS, React-icons , React-Router-Dom, CORS , nodemon, Mongoose.

Check the NPM directory.

How to get Started?

Run


  npx @samit-prsl/rexpress@latest Your_appname
  
To successfully setup the starter pack into your local machine.
Run

  cd Your_appname
  

Run

   npm run client-install
  
To install all the frontend stuffs
Finally, Run

   npm run dev
  
To start your server and client simultaneously.
You can Run

   npm run client
  
To start the client-end only.
And to run the backend only try

   npm run server