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 bc0e3000cb update item save with qc checks před 11 měsíci
public initial commit před 1 rokem
src update item save with qc checks před 11 měsíci
.env.development initial commit před 1 rokem
.env.production tsms to fpsms před 1 rokem
.eslintrc.json initial commit před 1 rokem
.gitignore tsms to fpsms 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 PWA disabled in development před 1 rokem
package-lock.json tsms to fpsms před 1 rokem
package.json tsms to fpsms 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 tsms to fpsms 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: