Angular 4 · Bootstrap 4 · jQuery Datatables · SweetAlert2
Fantastic 4 is a package of frameworks/libraries and a few set of pre-written components which will help you to kickstart your next Angular 4 web application project. It features 4 fanatstic tools i.e. Angular 4, Bootstrap 4, jQuery Datatables and SweetAlert2 all pre configured (i.e. include in .angular-cli.json accurately) that makes development super smooth.
All you need is ng
cli i.e. Angular Cli installed on your system.
Use this command to install npm install -g @angular/cli
. Once it completes installation then follow these steps:
- Clone the repository
git clone https://github.com/hashtaagco/fantastic4.git -o YOUR_APP_NAME
. ReplaceYOUR_APP_NAME
with your app name. - Run
npm install
to install all required dependencies. - After successfull installation run
ng serve
ornpm start
to run your application.