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

https://github.com/wps13/boilerplate

React boilerplate using webpack.
https://github.com/wps13/boilerplate

boilerplate react webpack

Last synced: about 2 months ago
JSON representation

React boilerplate using webpack.

Awesome Lists containing this project

README

          

# Boilerplate

This boilerplate contains webpack, integrated with the devServer, with configuration files for development and production modes.

### It's configured to use:

- ReactJS
- Jest
- Sass
- Eslint
- Prettier
- EditorConfig

### **How to use**

Clone the repository.

Install the dependencies

`yarn`

Start the aplication

`yarn start`

Initialize jest

`yarn test`

Generate the build

`yarn build`