First of all I would like to thank you for using Ace admin template v3 .
I hope you like it and find it easy to work with.
This documentation is brief and may be lacking in some parts. If you think more explanations and examples are needed, just let me know.
Also if you find a bug, please inform me and I'll try to fix it as soon as possible.
Current release comes with the following features:
- Responsive design based on Bootstrap 4
- Five dashboard and four layout examples
- Multiple themes for sidebar and navbar and different customization options for each
- Modular SASS and JS allowing to customize and include only the components you want
- RTL support
- Custom elements such as checkbox, switches, file input, sliding tabs, etc
- Swiping gestures for sidebar and sliding tabs in mobile devices
- Compatible with most browsers including IE10+, Android 4.4+, iOS 9+
- And some more
Basic node_modules JS and CSS files are included to view the demo but I recommend installing all packages so you can customize and re-compile JS/CSS files.
After extracting Ace's zip file to a folder, you can install the required components and libraries such as Bootstrap, jQuery, etc by running the following command:
npm install
This will install all components inside node_modules folder.
npm ERR! code ENOENT
npm ERR! syscall spawn git
...
It's because some third party modules depend on other modules that are installed directly from Github (and not from npm registry).
Next, to view the demo you can either open index.html in your browser or run the Node.js app by executing one of the following commands:
node index.js
Or use a different port:
PORT=6000 node index.js
and then view the following address: http://localhost:8081/ (or the port your specified)
index.js file along with the utils and build folders are just for running Ace's demo app and you don't need them