Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akiran/generator-react-slick

Starter kit for react-slick
https://github.com/akiran/generator-react-slick

Last synced: 3 months ago
JSON representation

Starter kit for react-slick

Awesome Lists containing this project

README

        

# generator-react-slick
Starter kit for react-slick

### Install
```bash
npm install yo -g
npm install generator-react-slick -g
```

# Creating a project
```bash
mkdir project
cd project
yo react-slick
npm start
open http://localhost:8000
```