Skip to content

Waleed-BS/react-setup-environment

Repository files navigation

React Setup Environment

A boilerplate to jump start your React project with webpack developer server.

This setup environment includes:

  • Webpack: A module bundler.
  • Webpack Dev Server: Uses Webpack with a development server that provides live reloading.
  • Babel: A Javascript compiler.
    • To transform JSX to JS.
    • To transform ES6 to ES5.
  • ES6: The sixth major release of the ECMAScript language specification.
  • React: For building user interfaces.

Documentation

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

You only need Node.js installed.

Install

Git clone this repository then change your current directory.

$ git clone https://github.com/Waleed-BS/react-setup-environment
$ cd react-setup-environment

Install dependencies.

$ npm install

Run

Run your webpack developer server.

$ npm start

License

The contents of this repository are covered under the MIT License.

About

A boilerplate to jump start your React project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors