0.1.0 • Published 6 years ago

generator-next-styled-components v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

generator-next-styled-components NPM version Build Status Dependency Status

A generator for nextjs apps using styled-components

Installation

First, install Yeoman and generator-next-styled-components using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-next-styled-components

Then generate your new project:

yo next-styled-components

This will setup the project in your current directory. Afterward, the dependencies will be installed.

To start the development server run:

npm run dev

For more information check the Next.js documentation

License

MIT © Vincent Will

0.1.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.0

6 years ago