Overview
Jam3 NextJS Generator is a boilerplate for React projects that supports both static and server side rendering with NextJS. This generator allows developers to quickly set up their development environment and easily deploy their project. It also provides features such as automatic Node switching, continuous integration and delivery setup, and Git LFS support.
Features
- Support for both static and server side rendering with NextJS
- Automatic Node switching using NVM
- Easy deployment with CircleCI
- Git LFS support for tracking large files
- Continuous integration and delivery setup
- Template generation using seng-generator
Installation
To install the Jam3 NextJS Generator, follow these steps:
- Check that you have Node 16.x.x and NPM 8.x.x installed on your development environment. It is highly recommended to use NVM for managing your Node versions.
- Clone the GitHub repository or fork it to start working with it immediately.
- Set up continuous integration and delivery by following the instructions in the CircleCI Readme.
- For tracking files with Git LFS, generate an SSH key and save it in an encrypted environment variable. Upload the public SSH key to GitHub. Uncomment the line
bash ./.codeship/set-lfs.shin the artifact.sh script. Enableencrypted_env_file: .env.codeship.ssh.encryptedin codeship-services.yml. - Read CONTRIBUTING.md for details on the code of conduct and the process for submitting pull requests.
Summary
Jam3 NextJS Generator is a powerful boilerplate for React projects that supports static and server side rendering with NextJS. With features like automatic Node switching, easy deployment with CircleCI, and Git LFS support, it provides developers with a robust development environment and efficient workflow. The template generation feature makes it even easier to generate project templates using seng-generator. Overall, Jam3 NextJS Generator is a valuable tool for React developers looking to streamline their development process.