intro-starwars-app

Repositório responsável pela artigo escrito no dev.to AQUI em como desenvolver a intro do Star Wars com Node.js & Express.js. (by glaucia86)

Intro-starwars-app Alternatives

Similar projects and alternatives to intro-starwars-app based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better intro-starwars-app alternative or higher similarity.

intro-starwars-app reviews and mentions

Posts with mentions or reviews of intro-starwars-app. We have used some of these posts to build our list of alternatives and similar projects.
  • Building Star Wars Crawler with Azure Static Web Apps - Part 1
    1 project | dev.to | 2 May 2022
    { "name": "intro-starwars-app", "version": "1.0.0", "description": "Desenvolvimento da Intro do Star Wars com deploy no Azure.", "main": "app.js", "scripts": { "dev": "nodemon", "lint": "eslint --ext .js -f ./node_modules/eslint-friendly-formatter . --fix" }, "repository": { "type": "git", "url": "https://github.com/glaucia86/intro-starwars-app.git" }, "keywords": [ "nodejs", "azure", "javascript", "express" ], "author": "Glaucia Lemos", "license": "MIT", "bugs": { "url": "https://github.com/glaucia86/intro-starwars-app/issues" }, "homepage": "https://github.com/glaucia86/intro-starwars-app#readme", "dependencies": { "eslint-friendly-formatter": "^4.0.1", "express": "^4.17.1", "nodemon": "^2.0.2", "prettier": "^1.19.1" }, "devDependencies": { "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.19.1", "husky": "^3.1.0" }, "husky": { "pre-commit": "lint-staged", "pre-push": "npm run lint" }, "lint-staged": { "*.js": [ "prettier --write", "git add" ] } }

Stats

Basic intro-starwars-app repo stats
1
28
0.0
about 1 year ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com