Skip to content

Commit

Permalink
setup new application
Browse files Browse the repository at this point in the history
.nvmrc:  use node 10.15.3

.npmrc: use nvm version of node

yarn init
yarn add node-sass-chokidar

Add scripts to package.json

move elm-app created generated readme
  • Loading branch information
stepheneb committed May 31, 2019
1 parent 621374d commit 3d13feb
Show file tree
Hide file tree
Showing 10 changed files with 3,092 additions and 962 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -12,3 +12,6 @@ node_modules

# Desktop Services Store on macOS
.DS_Store

# ignore css files generated by sass
*.css
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
scripts-prepend-node-path=true
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
10.15.3

0 comments on commit 3d13feb

Please sign in to comment.