This is a simple starter project for building React applications quickly and easily.
- 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
To get started with the project, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/karlmabunga/react-starter.git- Start server to serve on local 3000:
npm start- Babel watch command for changes
npm run react-dev