generator-next-styled-components

A yeoman generator for nextjs apps using styled-components

MIT License

Downloads
230
Stars
0
Committers
3

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