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 6 měsíci
public initial commit před 6 měsíci
src initial commit před 6 měsíci
.env.development initial commit před 6 měsíci
.env.production initial commit před 6 měsíci
.eslintrc.json initial commit před 6 měsíci
.gitignore initial commit před 6 měsíci
.npmrc initial commit před 6 měsíci
.nvmrc initial commit před 6 měsíci
README.md initial commit před 6 měsíci
next.config.js initial commit před 6 měsíci
package-lock.json initial commit před 6 měsíci
package.json initial commit před 6 měsíci
postcss.config.js initial commit před 6 měsíci
tailwind.config.js initial commit před 6 měsíci
tsconfig.json initial commit před 6 měsíci
zip_project.ps1 initial commit před 6 měsíci

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: