Run app locally without having to know about grunt

This commit is contained in:
Developer Davo
2018-08-08 20:43:46 +02:00
parent 6cbff05e10
commit 9998d1e0ef
3 changed files with 1138 additions and 4583 deletions

View File

@@ -63,7 +63,7 @@ This repo contains the core code used in the web app, as well as the Electron-ba
1. `bundle install`
1. `npm install`
1. `bundle exec rake bower:install`
1. `grunt`
1. `npm run build`
1. `rails s`
Open your browser to http://localhost:3000.

5706
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,6 +6,7 @@
"url": "https://github.com/standardnotes/web"
},
"scripts": {
"build": "grunt",
"test": "karma start karma.conf.js --single-run"
},
"devDependencies": {
@@ -18,7 +19,9 @@
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.16.0",
"bower": "^1.8.0",
"grunt": "^1.0.1",
"chai": "^4.1.2",
"connect": "^3.6.6",
"grunt": "^1.0.3",
"grunt-angular-templates": "^1.1.0",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^5.0.0",
@@ -36,13 +39,11 @@
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"sn-stylekit": "1.0.15",
"standard-file-js": "0.3.10",
"sn-models": "0.1.1",
"connect": "^3.6.6",
"mocha": "^5.2.0",
"serve-static": "^1.13.2",
"chai": "^4.1.2"
"sn-models": "0.1.1",
"sn-stylekit": "1.0.15",
"standard-file-js": "0.3.10"
},
"license": "GPL-3.0"
}