Base project for every web application on Borcsa134 repository. Feel free to use it for your own projects.
- Docker
- make, nmake or anything similar
In docker-compose.yml
:
- Change name of service
- Change name of image
In package.json
:
- Change name of package
In devcontainer.json
:
- Change name
- Change service
- Build the application with
make build
ornmake build
. - Install the dependencies with
make install
. - Start the app with
make start
ornmake start
. - It is hosted on
localhost:3000
. - After creating you can use the
devcontainer
inside VSCode.
All the commands can be found in Makefile
.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.