Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# SeeReact - React Boilerplate 2020
### The Simple Scaleable Boilerplate For React

This 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