Skip to content

Commit ec4c59b

Browse files
author
Mopar
committed
Adding README
1 parent 6f6ed43 commit ec4c59b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Angular2 Seed Project
2+
3+
A basic Angular2 seed project utilizing the following technologies:
4+
5+
* Angular 2.4.5
6+
* TypeScript 2+
7+
* Karma/Jasmine (unit testing)
8+
* Codelyzer & TSLint (code linting)
9+
* PugJS (template engine)
10+
* SASS (css superset)
11+
* Webpack 2+ (build tools)
12+
13+
### Commands
14+
15+
* `npm start` - start the development webpack server (access via http://localhost:3000/)
16+
* `npm test` - run the project unit tests (*.spec.ts files)
17+
* `npm run lint` - run the project linting (will be run every time `npm test` is run)
18+
* `npm run build` - generate a production build for the project, which will be inserted into dist/

0 commit comments

Comments
 (0)