Skip to content

The sandbox repository for Next.js.

License

Notifications You must be signed in to change notification settings

Developartment/nextjs-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js Sandbox

check

The default repository for Next.js projects.

Development

This sandbox use Docker and Docker compose for development. You can easily start the whole app by one command listed bellow.

  1. Run docker-compose up in the root of the project.
  2. Open http://localhost:3000 in your browser.

To execute a command inside running container, you can use docker-compose exec nextjs-sandbox npm run check:prettier.

To execute a command without a running container, you can use docker-compose run --rm nextjs-sandbox npm run check:prettier.

Sentry

This sandbox use Sentry. To be sure the sentry is working correctly, you have to add your info into sentry.properties as well as you have to set up environment properties.

Create .sentryclirc

Create a .sentryclirc file into the root of the project. The content of the file should be like:

[auth]
token=your-auth-token

You can also create an environment property instead of .sentryclirc file.

SENTRY_AUTH_TOKEN=your-auth-token

It's necessary to create this file so Sentry CLI can create a release while app build. You can find your auth token here.

About

The sandbox repository for Next.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published