melquisedecfelipe / next

:tada: Boilerplate with typescript, react, next and styled components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

:tada: Boilerplate with typescript, react, next and styled components

License:MIT License


Languages

Language:TypeScript 64.3%Language:JavaScript 26.1%Language:Handlebars 8.8%Language:Shell 0.8%