# react-starter **Repository Path**: mirrors_crestonbunch/react-starter ## Basic Information - **Project Name**: react-starter - **Description**: Starting package for a React web app - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Introduction ============ This is just a really simple setup for getting started developing a client-side web application using React. It has the following tools for quickly starting something: * Webpack * Babel * Sass * React * Normalize.scss This is a barebones setup, meant to provide the minimal amount of configuration. You can add to it with your favorite CSS framework, just by adding a few bits and pieces to the default config. All of the packages are managed through NPM, and Webpack makes it easy to include JavaScript and Sass right into your application's .js files for maximum modularity. Requirements ============ 1. Install NPM according to your standard operating system practices. 2. Install webpack globally ```$ npm install -g webpack``` Getting Started =============== 1. ```git clone``` 2. ```$ cd react-starter/client``` 3. ```$ python -m http.server 8080``` 4. ```$ npm install``` 5. ```$ webpack``` 6. Use your webbrowser to go to ```http://localhost:8080```