Skip to content

🎒 Get up and running with 🔥 [hot reload] and optimized production build 💎

Notifications You must be signed in to change notification settings

Shaily20/react-simple-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

More docs will be updated soon

About

🎒 Get up and running with 🔥 [hot reload] and optimized production build 💎

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 94.4%
  • HTML 3.1%
  • CSS 2.5%