Skip to content

karlmabunga/react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Easy Starter Project

This is a simple starter project for building React applications quickly and easily.

Features

  • Boilerplate setup for React applications
  • Includes essential dependencies such as React, ReactDOM, and Babel
  • Configured with webpack for bundling assets
  • Supports ES6 syntax with Babel transpilation
  • Includes a basic folder structure for organizing your code
  • Ready-to-use development server with hot module replacement

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/karlmabunga/react-starter.git
  1. Start server to serve on local 3000:
npm start
  1. Babel watch command for changes
npm run react-dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors