You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npx install-peerdeps --dev eslint-config-airbnb for ESLint Airbnb setup if not already installed on your system.
Commands to Run
npm start or npm run dev for the development build with auto reload using nodemon.
npm run build for production build. This will convert all the ES5+ code to ES5. After that you can run it from root directory via node build/bin/index.js.
npm run clean to remove the production directory.
About
Express generator boilerplate with Babel, ESLint Airbnb, SASS and Twig support.