Skip to content

The Angular Starter Kit provides an initial structure with basic configurations and functionalities already implemented.

License

Notifications You must be signed in to change notification settings

wilsonsouto/angular-starter-kit

Repository files navigation

 

Angular Starter Kit

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

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


🎯 About

The Angular Starter Kit is a starting point for web application development. It provides an initial structure with basic configurations and functionalities already implemented, allowing you to start development quickly.

✨ 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;

🚀 Technologies

The following tools were used in this project:

  • Angular
  • TypeScript
  • HTML
  • TailwindCSS

✅ Requirements

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

🏁 Starting

# Clone this project
$ git clone https://github.com/wilsonsouto/angular-starter-kit

# Access
$ cd angular-starter-kit

# 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

About

The Angular Starter Kit provides an initial structure with basic configurations and functionalities already implemented.

Resources

License

Stars

Watchers

Forks