Giter VIP home page Giter VIP logo

gameswift-fe-template's Introduction

Next.js Application Template

This repository contains a Next.js project template. It's designed to provide a solid foundation for building your Next.js applications, with a focus on simplicity, best practices, and modern development tools.

Features

  • Next.js: The core framework that powers the application.
  • TypeScript: This project is configured to use TypeScript for static type checking.
  • ESLint and Prettier: The project is set up with ESLint for linting and Prettier for code formatting.
  • Husky and lint-staged: These tools are used to ensure that all committed code is linted and formatted.
  • Commitizen and commitlint: These tools are used to enforce conventional commit messages.

Getting Started

To get started with this template, follow the steps below:

  1. Clone the repository: Clone this repository to your local machine.
  2. Install dependencies: Install the necessary dependencies by running yarn install.
  3. Run the development server: Start the development server by running yarn dev.
  4. Open the application: Open your web browser and navigate to http://localhost:3000 to see the application in action.
  5. Start editing: You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Scripts

This project includes the following npm scripts:

  • yarn dev: Starts the development server.
  • yarn build: Builds the application for production.
  • yarn start: Starts the application in production mode.
  • yarn type-check: Runs TypeScript to check for type errors.
  • yarn lint: Runs ESLint to catch issues.
  • yarn lint:fix: Runs ESLint to catch and fix issues.
  • yarn format: Runs Prettier to format all code.
  • yarn commit: Runs Commitizen for commit message prompts.
  • yarn reinstall: Deletes node_modules and yarn.lock, then reinstalls dependencies.

gameswift-fe-template's People

Contributors

radekskrabucha avatar gswiftcommunityadmin avatar artspy avatar tkowalczyk avatar dependabot[bot] 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.