Noroff Frontend Developer students are building a web application for the non profit organization Musikk Forandrer Liv (MMF).
This project aim to build a web application:
>=18.19.1
>=10.2.4
git clone https://github.com/NoroffFEU/musikkforandrerliv.no
npm install
npm run build
npm run dev
The project uses Prettier for code formatting with automatic import sorting. To format your code:
npm run format
npx prettier --write path/to/file
ESLint is configured to ensure code quality. To lint your code:
npm run lint
npm run lint:fix
npx eslint path/to/file
2022-2023 Noroff fulltime Frontend development students 2023-2024 Noroff fulltime Frontend development students
Tailwind is already configured for this project.
Use Tailwind CSS utility classes in your HTML to style your components
If you are writing code and want it to update in the live server, remember to run the following code in terminal: npm run dev
If you are not gonna code, but just want to see how the project looks, run this code in the terminal: npm run build
plugins you can use to help with tailwind: Tailwind CSS IntelliSense & Tailwind Docs
If the Tailwind code is not working, and you have tried the above, you can also look in the Problems tab and see if there are any issues there.