-
Notifications
You must be signed in to change notification settings - Fork 1
03) Gulp Tasks
smccorma edited this page Jun 15, 2017
·
4 revisions
For other gulp tasks unlisted here, please look into the gulp/ folder. The following are the more important gulp tasks for running the application for development.
gulp frontend
This will launch a server that will host your application without running the back end.
gulp backend
This will only start up the back end. You can use this to quickly test API routes.
gulp build:devnf start web
- Run our entire app with our backend with the steps above
- In a separate terminal run
gulp frontend:combined
This server will also be updated when you change one of the source files.
- lint:
lint:clientlint:htmllint:server - test:
test:clienttest:server:pre-testtest:server - code:
codeclimate