Skip to content

dillonong/few100

Repository files navigation

Front-End Web 100 Starter Project

This is a project created for the Front-End Web 100 Class.

It is a starter project that has WebPack installed, and the Babel loader, as well as loaders for CSS.

It is configured to allow TypeScript. It also is using TSLint, with the rules that we use for Angular development.

Some Commands

This project uses NPM scripts, configured in the package.json file. These commands should be run in the root directory of this project from a terminal window.

To Install the Dependencies

npm install

To run your specs (tests)

npm test

To run your application in development mode

npm run dev

To build your application

npm run build

About

Angular 100 Class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published