About | Features | Technologies | Requirements | Starting | License | Author
This template provides a pre-configured structure and essential features, accelerating web application development from the start.
✔️ Clean and organized for immediate use;
✔️ Prettier plugin and configurations for maintaining code organization and formatting;
✔️ Defined color variables for consistent styling throughout the project;
✔️ Pre-configured with angular-cli-ghpages for easy deployment to GitHub Pages;
The following tools were used in this project:
- Angular
- TypeScript
- HTML
- Tailwind CSS
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/wilsonsouto/angular-starter-template
# Access
$ cd angular-starter-template
# Install dependencies
$ npm install
# Run the project
$ npm start
# The server will initialize in the <http://localhost:4200>
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by wilsonsouto