Skip to content

Commit

Permalink
Initial files
Browse files Browse the repository at this point in the history
  • Loading branch information
notrab committed May 20, 2018
0 parents commit 740eb8a
Show file tree
Hide file tree
Showing 11 changed files with 5,541 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
node_modules
5 changes: 5 additions & 0 deletions .prettierrc
@@ -0,0 +1,5 @@
{
"singleQuote": true,
"semi": false,
"jsxBracketSameLine": true
}
6 changes: 6 additions & 0 deletions README.md
@@ -0,0 +1,6 @@
# Node Demo Store

```bash
npm install
npm run dev
```

0 comments on commit 740eb8a

Please sign in to comment.