Quick Installation
Angular CLI + NodeJs + Bootstrap
First of all it's required to Install Node and npm.
Update latest angular-cli global package to Angular 9+ with cli 9.x.x
Unzip flat-able.zip file, you will find the
flat-able/template/skeleton/
project folder.Open your favorite console/terminal and navigate to the
skeleton/
folder and Install packages**To run project locally: Below command will run the app in development mode. Open http://localhost:4200 to view it in the browser.
The page will automatically reload if you make changes to the code.
Now you can use this Angular project for your application development, make the necessary changes.
To builds the app for production, below command will create the
dist/
folder inside this project directory .
Last updated
Was this helpful?