NODE_ENV=development

all:
	npm install
	env NODE_ENV=${NODE_ENV} npm start
