Skip to content

nextchapterstudio/ncs-next-template

Repository files navigation

The Next Chapter Studio Next.Js Template

This is a Next.js project

To create your own project run:

`yarn create next-app [new-app-name] -e https://github.com/nextchapterstudio/ncs-next-template`

Getting Started

This project requires Node and Yarn 1 classic

npm install --global yarn

First, run the development server:

yarn install
yarn dev

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

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

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!

UI Components

This project comes with the Experience UI react component library built using BULMA. Check it out here:

Other Technologies Used

Linting and Typechecking

  • Husky is set up to run ESLint and Typechecking when you run git push
  • Prettier is also integrated with ESLint for consistent code formatting
  • JSX-A11y plugin to help us write accessible code!

About

The next chapter studio NextJS template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published