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

https://github.com/yussan/just-react-client-boilerplate

This boilerplate is only implementation React and ReactDom into html page. If you want to build complex app using ReactJS i have recommendation for you https://goo.gl/eDmY1N
https://github.com/yussan/just-react-client-boilerplate

javascript reactjs webpack

Last synced: 3 months ago
JSON representation

This boilerplate is only implementation React and ReactDom into html page. If you want to build complex app using ReactJS i have recommendation for you https://goo.gl/eDmY1N

Awesome Lists containing this project

README

          

# Just React Boilerplate
This boilerplate is only implementation React and ReactDom into html page.
If you want to build complex app using ReactJS i have recommendation for you [https://goo.gl/eDmY1N](https://goo.gl/eDmY1N)

## What Inside
- [ReactJS](https://reactjs.org/)
- [Webpack](https://webpack.js.org/) the js bundler

## How It Works
- Start with command
```
yarn start
```
- Code your react component inside `src`.
- Preview to the browser by accessing the `dist/index.html`.