https://github.com/talentedaamer/ng-tailwindcss-starter
An angular starter project with tailwindcss configured
https://github.com/talentedaamer/ng-tailwindcss-starter
Last synced: 3 months ago
JSON representation
An angular starter project with tailwindcss configured
- Host: GitHub
- URL: https://github.com/talentedaamer/ng-tailwindcss-starter
- Owner: talentedaamer
- Created: 2019-11-28T22:27:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:16:55.000Z (over 2 years ago)
- Last Synced: 2025-01-17T07:10:49.736Z (5 months ago)
- Language: CSS
- Homepage:
- Size: 3.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
******************************************
# NG tailwindcss
******************************************Project is configured with scss.
******************************************## Install DepDependencies
******************************************
Run `npm install` to install all the packages. In case of any problem delete previous node_modules directory and run `npm install` again.
******************************************## Development server
******************************************Run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
******************************************