https://github.com/kumarabhirup/dockerized
Boilerplate to start with Docker setup (Next.js included)
https://github.com/kumarabhirup/dockerized
boilerplate devops docker nextjs react reactjs
Last synced: 8 months ago
JSON representation
Boilerplate to start with Docker setup (Next.js included)
- Host: GitHub
- URL: https://github.com/kumarabhirup/dockerized
- Owner: kumarabhirup
- License: mit
- Created: 2020-03-27T10:57:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T17:21:57.000Z (almost 3 years ago)
- Last Synced: 2024-11-11T22:35:29.862Z (about 1 year ago)
- Topics: boilerplate, devops, docker, nextjs, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 789 KB
- Stars: 111
- Watchers: 3
- Forks: 37
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🏄 dockerized
[](https://github.com/KumarAbhirup/Emoji-Log/)
[](https://twitter.com/kumar_abhirup/)
## 📦 Setup
### 🖥️ Development environment
- Run
```bash
git clone https://github.com/KumarAbhirup/dockerized dockerized # to clone project
cd dockerized # enter in the project
docker-compose up
```
- Rename all the `.env.example` to `.env`.
- Create a `.env` file in the root of the directory.
- Visit `http://localhost:3000/`
### ⚒️ Linting
#### In VSCode
- Install ESLint and Prettier VSCode extensions.
- **Done! Now you have live linting and autofixing setup!**
#### In Any other IDE
- Run `yarn lint` in indivisual `packages` to check for linting errors.
- Run `yarn lint:fix` to fix the linting errors.
## 🦄 Info
- We are following the micro-services architechture. That means, to install npm modules, you'll have to run `yarn add` in the respective packages.
- To customize the linter, use `.eslintrc` and `.prettierrc` file. [Learn more](https://eslint.org)
## 📝 License
**MIT © Kumar Abhirup**
Created by [Kumar Abhirup](https://kumar.now.sh) 👉 [](https://twitter.com/kumar_abhirup/).
Peace ✌️