About | Features | Technologies | Requirements | Starting | License | Author
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.
✔️ 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;
The following tools were used in this project:
- Angular
- TypeScript
- HTML
- TailwindCSS
Before starting 🏁, you need to have Git and Node installed.
# 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>
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by wilsonsouto