springnext 0.0.8 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -13,6 +13,11 @@ Get a domain-focused architecture with a contract-first approach out of the box.
|
|
|
13
13
|
|
|
14
14
|
Batteries included! ✨
|
|
15
15
|
|
|
16
|
+
# Try it right in your browser!
|
|
17
|
+
|
|
18
|
+
(stackblitz may be unstable on Safari)
|
|
19
|
+
|
|
20
|
+
https://stackblitz.com/edit/springnext-playground
|
|
16
21
|
|
|
17
22
|
# What you get
|
|
18
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "springnext",
|
|
3
|
-
"
|
|
3
|
+
"description": "Production ready Next.JS with domain-focused architecture and scaffolder",
|
|
4
|
+
"version": "0.1.0",
|
|
5
|
+
"homepage": "https://stackblitz.com/edit/springnext-playground",
|
|
4
6
|
"keywords": ["next", "full-stack", "server", "backend", "cli", "scaffolding", "zod", "rest", "contract programming", "contract-first", "react-query", "domain", "ddd"],
|
|
5
7
|
"type": "module",
|
|
6
8
|
"repository": {
|