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...
- Host: GitHub
- URL: https://github.com/mikelpmc/webpack-react-boilerplate
- Owner: mikelpmc
- Created: 2018-09-08T18:23:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T08:59:55.000Z (8 months ago)
- Last Synced: 2025-03-20T18:59:36.320Z (about 1 month ago)
- Topics: enzyme, eslint, eslint-config, jest, react, react-cosmos, styled-components, webpack, webpack4
- Language: JavaScript
- Homepage:
- Size: 301 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`