Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/balataca/css-modules

A CSS-Modules boilerplate built with webpack, react and sass
https://github.com/balataca/css-modules

Last synced: about 4 hours ago
JSON representation

A CSS-Modules boilerplate built with webpack, react and sass

Awesome Lists containing this project

README

        

# CSS-Modules Starter Kit

This is a boilerplate created to bootstrap a project with:
* Webpack
* React
* SASS
* CSS-Modules

## Installation

1. Install dependencies:
```
npm install
```
or
```
yarn install
```

## Usage

1. Run a development server
```
yarn start
```