Skip to content

melquisedecfelipe/next

Repository files navigation

Next

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

Technologies   |    How To Use   |    License

🚀 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. From your command line:

$ npx create-next-app -e https://github.com/melquisedecfelipe/next my-app

# Go into the repository and install dependencies
$ cd my-app && 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

📝 License

This project is under the MIT license. See the LICENSE for more information.


👋 Get in touch!