Skip to content

Kickstart your next angular project with fantastic4.

License

Notifications You must be signed in to change notification settings

hashtaagco/fantastic4

Repository files navigation

Fantastic 4 Logo


Angular 4 · Bootstrap 4 · jQuery Datatables · SweetAlert2

About

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.

Getting Started

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. Replace YOUR_APP_NAME with your app name.
  • Run npm install to install all required dependencies.
  • After successfull installation run ng serve or npm start to run your application.