/comic-vine

:notebook: Available test to frontend

Primary LanguageTypeScriptMIT LicenseMIT

Comic Vine

GitHub top language GitHub language count Repository size GitHub last commit Repository issues GitHub

Technologies   |    How To Use

🚀 Technologies

This project was developed with the following technologies:

ℹ️ How To Use

To clone and run this application, you'll need Git, Node.js v10.16 or higher + Yarn v1.13 or higher installed on your computer. And generate a Key. From your command line:

$ git clone https://github.com/melquisedecfelipe/comic-vine

# Go into the repository and install dependencies
$ cd comic-vine && yarn

# Run
$ yarn dev

🔨 Commands

  • dev: runs your application on localhost:3000
  • build: creates the production build version
  • start: starts a simple server with the build production code
  • lint: runs the linter in all components and pages
  • test: runs jest to test all components and pages
  • test:watch: runs jest in watch mode
  • generate: create a new component structured
  • storybook: runs storybook on localhost:6006
  • storybook:build: create the build version of storybook

👋 Get in touch!