Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lightbasenl/cookie-clicker
Quick Assesment
https://github.com/lightbasenl/cookie-clicker
Last synced: 24 days ago
JSON representation
Quick Assesment
- Host: GitHub
- URL: https://github.com/lightbasenl/cookie-clicker
- Owner: lightbasenl
- License: mit
- Created: 2021-10-27T07:52:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T22:50:42.000Z (almost 3 years ago)
- Last Synced: 2023-03-02T21:32:56.798Z (almost 2 years ago)
- Language: JavaScript
- Size: 527 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Scaffold
A Next.js setup with:
- Typescript
- Storybook
- Jest
- Prettier
- Eslint
- TailwindCSS
- All Next.js features## Setting up a new Scaffold project
You can use [create-next-app](https://nextjs.org/docs/api-reference/create-next-app) to quickly scaffold your next project.```
create-next-app --example=https://github.com/lightbasenl/scaffold
```For more documentation see: [https://docs.lightba.se/frontend/scaffold](https://docs.lightba.se/frontend/scaffold)
## License
Scaffold is [MIT licensed](./LICENSE.md).