π₯ A CLI for generating React + Node boilerplates π with handful configurations. reenode helps you to create boilerplates with different configurations such as react-router, redux and MongoDB.
π Homepage
Node version should be 10 or 10+.
npm install -g reenode
yarn global add reenodecreate [app-name]: helps to create boilerplate that you want. Just run:reenode create my-app--help | -h: Helps you to get help aboutreenode.--version | -v: Gives current version ofreenode.
You can simply create a project by running:
reenode create project-name
- Hot Module Replacement in client-side in dev mode.
- Live server reloading using
nodemonin dev mode. - Different boilerplates generation.
eslintandprettiersetup.
- Install ESLint Extension.
- Install Priettier Extension.
- Add these lines to your vs code's
setting.json.
"prettier.eslintIntegration": true,
"prettier.jsxBracketSameLine": true,
"editor.formatOnSave": true,Every boilerplate container three main folders:
Note: Feel free to edit files according to your need.
client: This folder contains all the code related to client such as react, redux, react-router, etc.server: This folder contains all the code related to server such as node, express, mongodb.build-utils: This folder contains all the configuration related to webpack.
π€ Praveen Kumar Saini
- Twitter: @am_pra_veen
- Github: @praveen-me
Copyright Β© 2019 Praveen Kumar Saini.
This project is MIT licensed.
Give a βοΈ if this project helped you!
This README was generated with β€οΈ by readme-md-generator
