GithubHelp home page GithubHelp logo

nexttail's Introduction

This is a Next.js project bootstrapped with create-next-app.

Into

ReactJS/NextJS + Jest/Cypress + Storybook + Commitizen + TailwindCSS and please check package.json for details.

Deploy on ZEIT Now

The easiest way to deploy your Next.js app is to use the ZEIT Now Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Installation

Clone this repo to your machine, then cd into the repo and run yarn or npm install . How you proceed after that depends on what you want to do:

Open http://localhost:3000 with your browser to see the result.

Working

You can start editing the page by modifying src/pages/index.js and for component src/components/. . The page auto-updates as you edit the file.

Building

To build the app as a stand alone executable, run yarn build or npm run build for more Check out our Next.js deployment documentation for more details.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Testing

ALWAYS WRITE TESTS FOR YOU CODE. Define them inside component.test.js, placed alongside your component (or util file). As you develop, always have a terminal open in which you run npm run test to run the test runner in watch mode. We use Jest for unit and snapshot tests and combine it with Enzyme for interaction tests. For easy function mocking and spying, we use Sinon.JS.

Coding Style

This repo follows the StandardJS Style. To ensure this, a pre-commit hook is run that uses lint-staged first reformats staged files using Prettier (mainly for line-length) and then runs standard --fix on the reformatted code. This ensures that all code that gets committed reads in as similar a way as possible. In addition, the usage of an editor extension like vscode-standardjs is recommended.

Last But not least

Be happy and spread happiness Keep Rocking
Musa

nexttail's People

Watchers

James Cloos avatar Md Musa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.