eda-frontend-deps
v0.4.5
Published
A dependency repo of frontend libraries used in EDA's exercies and apps
Downloads
16
Readme
EDA Frontend Dependencies
To apply these dependencies:
npm install eda-frontend-depsAvailable commands
lint-frontendtest-frontendwatch-frontend-testsbuild-frontendwatch-frontend-build
In your package.json, add
"scripts": {
"client-lint": "lint-frontend",
"client-test": "test-frontend",
"client-test:watch": "watch-frontend-tests",
"client-build": "built-frontend",
"client-build:watch": "watch-frontend-build"
},The bundle.js that results from a frontend build will go to /server/public.
The linter runs on /client.
Requirements
The entry point for your frontend code must be /client/index.js.
