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
- Host: GitHub
- URL: https://github.com/yussan/just-react-client-boilerplate
- Owner: yussan
- Created: 2018-01-11T09:13:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T00:59:08.000Z (over 3 years ago)
- Last Synced: 2025-02-17T04:51:21.346Z (over 1 year ago)
- Topics: javascript, reactjs, webpack
- Language: JavaScript
- Homepage:
- Size: 183 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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`.