Skip to content
This repository was archived by the owner on Jan 5, 2021. It is now read-only.

Commit 8f1b18d

Browse files
authored
Merge pull request #10 from SaraVieira/master
Adds support for codesandbox 🎉
2 parents f24e3a0 + e590e92 commit 8f1b18d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"scripts": {
33
"serve": "cross-env NODE_ENV=development concurrently \"postcss public/tailwind.css -o public/build/tailwind.css --watch\" \"live-server ./public\"",
44
"development": "cross-env NODE_ENV=development postcss public/tailwind.css -o public/build/tailwind.css",
5-
"production": "cross-env NODE_ENV=production postcss public/tailwind.css -o public/build/tailwind.css"
5+
"production": "cross-env NODE_ENV=production postcss public/tailwind.css -o public/build/tailwind.css",
6+
"start": "npm run serve"
67
},
78
"dependencies": {
89
"autoprefixer": "^9.5.1",

sandbox.config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"template": "node"
3+
}

0 commit comments

Comments
 (0)