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

https://github.com/mikelpmc/webpack-react-boilerplate

React boilerplate with webpack 4, jest, enzyme, styled components, cosmos...
https://github.com/mikelpmc/webpack-react-boilerplate

enzyme eslint eslint-config jest react react-cosmos styled-components webpack webpack4

Last synced: about 1 month ago
JSON representation

React boilerplate with webpack 4, jest, enzyme, styled components, cosmos...

Awesome Lists containing this project

README

        

## React boilerplate

#### Features

- Webpack 4
- Styled components support
- Jest and Enzyme for testing
- Cosmos 5
- Eslint configuration

#### Getting started

1. Clone the repo
`$ git clone my-awesome-project`
2. Install dependencies
`$ npm install`
3. Start
`$ npm start`
4. Run tests
`$ npm test`
5. Run Cosmos
`$ npm run cosmos`