A boilerplate/starter project for quickly building web using Next
- Absolute Path: using jsconfig.json. see more
- Git hooks: using lint-staged. see more
- Linting: using eslint and prettier. see more
- Clone this repo
git clone https://github.com/irfnd/next-boilerplate
- Rename this boilerplate to whatever you want and move to that folder
cd next-boilerplate
- Delete .git folder
- Reinitialize your git
git init . git add . git commit -m "Your initialize commit"
- Install all packages
or
npm install
yarn
- Project ready.
- You can push/publish to your own github by changing some configuration in
package.json
based on the configuration you want.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch
git checkout -b feature/AmazingFeature
- Commit your Changes
git commit -m 'Add some AmazingFeature
- Push to the Branch
git push origin feature/AmazingFeature
- Open a Pull Request
Distributed under the MIT License.