- Run server:
npm start
- Or you can run development server with webpack-dashboard:
npm run dev
npm run build
- styles having /src/ in their absolute path are considered part of the application and exported as local css modules.
- other styles are considered global styles used by many components and are included in the css bundle directly.