Skip to content

hygorzorak/react-boilerplate

Repository files navigation

React Boilerplate

node npm react next

Getting Started

Run the development server:

npm run dev

Build the production code:

npm run build

Test the unit code:

npm run test
or
npm run test:watch

Open the cypress console:

npm run cypress

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

Development

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.

NextJS Documentation:

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

About

Base boilerplate with NextJS, Jotai, React-Query and React-Littera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published