Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seeratawan01/seereact-react-boilerplate
The Simple Scaleable Boilerplate For ReactJS - Using Babel 7 and Webpack 4
https://github.com/seeratawan01/seereact-react-boilerplate
babel babel-plugin babel7 boilerplate boilerplate-template es6 hooks javascript react react-redux reactjs redux webpack webpack-plugin webpack4
Last synced: 8 days ago
JSON representation
The Simple Scaleable Boilerplate For ReactJS - Using Babel 7 and Webpack 4
- Host: GitHub
- URL: https://github.com/seeratawan01/seereact-react-boilerplate
- Owner: seeratawan01
- License: mit
- Created: 2020-03-20T12:26:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:39:31.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T10:47:09.829Z (over 1 year ago)
- Topics: babel, babel-plugin, babel7, boilerplate, boilerplate-template, es6, hooks, javascript, react, react-redux, reactjs, redux, webpack, webpack-plugin, webpack4
- Language: JavaScript
- Homepage:
- Size: 416 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SeeReact - React Boilerplate 2020
### The Simple Scaleable Boilerplate For ReactThis boilerplate is already configured for react app with [Babel](https://github.com/babel/babel), [webpack](https://github.com/webpack/webpack) and [eslint](https://eslint.org/docs/rules/) but you still can easily configure it in your own way.
### Additional Features
* React Redux is implemented along with its Middleware
* A live development server that warns about common mistakes.
* A build script to bundle JS, CSS, and images for production
* CSS/SASS/SCSS ready to use## Qucik Start
### `npm install`
Install the dependencies.
### `npm start`
Runs the app in development mode.
### `npm run build`
Builds the app for production to the build folder.
## License
MIT License