New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

reenode

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reenode

A cli for creating boilerplate for React ❤️ + Node 🏬. 🚀

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Welcome to reenode 👋

Version Twitter: am_pra_veen

🔥 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

Demo 🎥

GIF

Install

Node version should be 10 or 10+.

npm install -g reenode
yarn global add reenode

Usage

  • create [app-name]: helps to create boilerplate that you want. Just run: reenode create my-app
  • --help | -h: Helps you to get help about reenode.
  • --version | -v: Gives current version of reenode.

You can simply create a project by running:

reenode create project-name

Features

  • Hot Module Replacement in client-side in dev mode.
  • Live server reloading using nodemon in dev mode.
  • Different boilerplates generation.
  • eslint and prettier setup.

Setup for ESlint + Pritter + VS Code:

  "prettier.eslintIntegration": true,
  "prettier.jsxBracketSameLine": true,
  "editor.formatOnSave": true,

Introduction

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.

Author

👤 Praveen Kumar Saini

📝 License

Copyright © 2019 Praveen Kumar Saini.
This project is MIT licensed.

Show your support

Give a ⭐️ if this project helped you!

This README was generated with ❤️ by readme-md-generator

Keywords

boilerplate

FAQs

Package last updated on 08 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts