Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateusmirandaalmeida/angularjs-ts-boilerplate
AngularJs With Typescript Boilerplate
https://github.com/mateusmirandaalmeida/angularjs-ts-boilerplate
Last synced: 30 days ago
JSON representation
AngularJs With Typescript Boilerplate
- Host: GitHub
- URL: https://github.com/mateusmirandaalmeida/angularjs-ts-boilerplate
- Owner: mateusmirandaalmeida
- Created: 2019-03-23T19:16:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-23T05:19:37.000Z (about 5 years ago)
- Last Synced: 2023-03-07T14:17:06.937Z (almost 2 years ago)
- Language: JavaScript
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angularjs-ts-boilerplate
A boilerplate using typescript to develop angularjs.
- TsLint
- Translate (i18n)
- Reset CSS
- PostCSS## Dependencies
- angularjs ^1.7.8
- @uirouter ^1.0.22
- webpack ^4.29.6
- typescript ^3.3.4000## development
git clone --depth=1 https://github.com/mateusmirandaalmeida/angularjs-ts-boilerplate.git your-project-name
cd your-project-name
npm install
npm run dev
## production
npm run prod
Your project -> /public
## editor configuration
### vscode
- [TSLint](https://github.com/palantir/tslint)