We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6ed43 commit ec4c59bCopy full SHA for ec4c59b
README.md
@@ -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