Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sangupta/react-base
- Owner: sangupta
- Created: 2018-01-31T18:30:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T05:30:59.000Z (about 6 years ago)
- Last Synced: 2024-09-29T06:21:46.630Z (about 2 months 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 [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.