Skip to content

Pre-configured structure for fast web application development

License

Notifications You must be signed in to change notification settings

wilsonsouto/angular-starter-template

Repository files navigation

 

Angular Starter Template

GitHub Top Language Badge GitHub Language Count Badge GitHub Repository Size Badge Github License Badge

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

This template provides a pre-configured structure and essential features, accelerating web application development from the start.

✨ Features

✔️ 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;

🚀 Technologies

The following tools were used in this project:

  • Angular
  • TypeScript
  • HTML
  • Tailwind CSS

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# 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>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by wilsonsouto

 

Back to top