January 2019
Intermediate to advanced
460 pages
10h 33m
English
React Styleguidist and our application rely on webpack. Just follow these instructions to get a working copy of it:
npm install --save-dev react-styleguidist
const path = require('path')module.exports = { components: 'src/client/components/**/*.js', require: [ path.join(__dirname, 'assets/css/style.css') ] webpackConfig: require('./webpack.client.config') ...Read now
Unlock full access