knaxus / react-simple-starter

:zap: Webpack custom create-react-app with HMR

Home Page:https://ashokdey.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Source Love


React Simple Starter

πŸŽ’ Get up and running with πŸ”₯ [hot reload] and optimized production build πŸ’Ž

Result of revisiting to webpack basics 😊

banner

Quick start

  • Clone this repo
  • Run npm run quick/yarn quick
  • Go to http://localhost:5050

Features

tech

  • πŸ”₯ Hot Reload

  • Creates files using commands

    • Containers with test files : yarn cont MyContainer1 MyContainer2
    • Component with test file: yarn comp MyComponent1 MyConponent2
  • Linting using ESLint following Airbnb style guide

  • Testing using Jest

Commands

  • clean-init: To start with a fresh repo
  • comp: Create component folder and files (including test file)
  • cont: Create container folder and files (including test file)
  • start: Start the dev server running at http://localhost:5050
  • build: Build for production, ready to host
  • test: Run tests in watch mode
  • quick: Clean and install dependencies, start the server

Example app

sample app

More docs will be updated soon

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.

About

:zap: Webpack custom create-react-app with HMR

https://ashokdey.in


Languages

Language:JavaScript 85.8%Language:CSS 12.7%Language:HTML 1.4%