Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ehsangazar/generator-nextjs-typescript
Generator of Nextjs TypeScript StyledComponent as a boilerplate
https://github.com/ehsangazar/generator-nextjs-typescript
nextjs reactjs styled-components typescript
Last synced: 3 days ago
JSON representation
Generator of Nextjs TypeScript StyledComponent as a boilerplate
- Host: GitHub
- URL: https://github.com/ehsangazar/generator-nextjs-typescript
- Owner: ehsangazar
- License: mit
- Created: 2018-08-22T05:13:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T10:15:28.000Z (about 6 years ago)
- Last Synced: 2024-11-07T20:47:34.420Z (8 days ago)
- Topics: nextjs, reactjs, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 256 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Generator of Nextjs TypeScript StyledComponent as a boilerplate
Since so many people are trying to start a frontend project, this generator is been created to give you the popular tools that we can use in frontend at the moment,### Now we have:
- TypeScript
- Nextjs (SSR)
- ReactJs
- StyledComponent### Planning for:
- Basic Components
- Basic Styles
- Demo Page + Routing## Installation
```bash
npm install -g yo
npm install -g generator-nextjs-typescript
```Then generate your new project:
```bash
yo nextjs-typescript
```## Your contribution will be appreciated
It would be great if you have an idea to share with me or create a pull-request## License
MIT © [Ehsan Gazar]()