Learn how to use NextJS Material Kit to build your website, change brand-colors and more.
assets/scss/core/variables/_colors.scss
and inside assets/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. |