Learn how to use NextJS Material Kit to build your website, change brand-colors and more.
assets/scss/core/variables/_colors.scss
and inside styles/jss/nextjs-material-kit.js
.# | Name | Usage | Description | Read more |
---|---|---|---|---|
1 | install | npm install | This command installs a package, and any packages that it depends on. | Read more |
2 | test | npm run test | Runs the test watcher in an interactive mode. (Note that we have not implemented any tests - this command is by default from the initialization of package.json) | Read more |
3 | dev | npm run dev | This will determinate the start of your development server. | Read more |
4 | build | npm run build | This will create a build directory with a production build of your app. | Read more |
5 | start | npm start | This will determinate the start of your production server. | Read more |
6 | install:clean | npm run install:clean | This command will remove the node_modules folder and package_lock.json file, will install a fresh copy of them and will determinate the start of your development server. | |
7 | compile-sass | npm run compile-sass | This command will compile the scss files located inside assets/scss/* into assets/css/nextjs-material-kit-pro.css . | |
8 | minify-sass | npm run minify-sass | This command will compile and minify the scss files located inside assets/scss/* into assets/css/nextjs-material-kit-pro.min.css . | |
9 | map-sass | npm run map-sass | This command will compile and map the scss files located inside assets/scss/* into assets/css/nextjs-material-kit-pro.css.map . |