FPSMS-frontend
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
MSI\derek 831904bbff initial commit před 1 rokem
public initial commit před 1 rokem
src initial commit před 1 rokem
.env.development initial commit před 1 rokem
.env.production initial commit před 1 rokem
.eslintrc.json initial commit před 1 rokem
.gitignore initial commit před 1 rokem
.npmrc initial commit před 1 rokem
.nvmrc initial commit před 1 rokem
README.md initial commit před 1 rokem
next.config.js initial commit před 1 rokem
package-lock.json initial commit před 1 rokem
package.json initial commit před 1 rokem
postcss.config.js initial commit před 1 rokem
tailwind.config.js initial commit před 1 rokem
tsconfig.json initial commit před 1 rokem
zip_project.ps1 initial commit před 1 rokem

README.md

This is a Next.js project bootstrapped with create-next-app.

Setting Up the Environment

It is recommended to use the same node and npm versions for development. An easy way to do so would be to use nvm (Linux/MacOS, Windows).

After installing nvm, run:

nvm use
npm install

This will automatically use the node version defined in .nvmrc and then proceed with installing the necessary dependencies for development.

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

References

This project uses the following libraries: