A frontend build to optimize CSS3 and JavaScript files.
Note You need Node.js on your computer before running.
- First clone this repository and navigate into your project directory
- Install the dependencies:
npm run install
- Run the development server:
npm run dev
To launch the project in development mode with hot module replacement.
npm run dev
: to compile application and serve it to the browser
You can view the development server at http://localhost:5173
Build and optimize your application with Vite for production.
npm run build
: build for production with minification
The option shows the current changes, that are made in development mode to check that everything works before deploying the condo to production.
npm run preview
: shows a live project preview
Navigate into your project directory and start your preview mode up.
npm run lint:js
: lints JavaScript filesnpm run lint:js:fix
: to eliminate all possible errors
npm run lint:css
: lints Cascading Style Sheets filesnpm run lint:css:fix
: to eliminate all possible errors
npm run lint:files
: lints configuration files with Prettiernpm run lint:files:fix
: to eliminate all possible errors
npm run lint:full
- to run all lints commands abovenpm run lint:full:fix
- to run all lints all commands above and fix those automatically
Commands for NPM to manage the packages.