Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sangupta/react-base

A simple React application boilerplate
https://github.com/sangupta/react-base

babel-webpack babeljs react react16 webpack webpack3-boilerplate

Last synced: about 1 month ago
JSON representation

A simple React application boilerplate

Awesome Lists containing this project

README

        

# React-Base

## Features

* [React 16](https://reactjs.org/)
* [Webpack 3](https://webpack.js.org/)
* [Babel](https://babeljs.io/)
* Staging ES Next Features
* Hot Module Replacement

## Installation and Usage

* Clone this repository: `$ git clone [email protected]:sangupta/react-base.git`
* Switch directory: `$ cd react-base`
* Install dependencies: `$ npm install` or `$ yarn install`
* Fire the development server: `$ npm run watch`
* Open the URL: `$ open http://localhost:1309/`

## License

Apache License 2.0.