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: 11 months ago
JSON representation
A simple React application boilerplate
- Host: GitHub
- URL: https://github.com/sangupta/react-base
- Owner: sangupta
- Created: 2018-01-31T18:30:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T05:30:59.000Z (about 7 years ago)
- Last Synced: 2025-01-16T22:12:56.307Z (about 1 year ago)
- Topics: babel-webpack, babeljs, react, react16, webpack, webpack3-boilerplate
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 git@github.com: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.