This project was generated in a cold place
Frontend for an Angular based web application that allows you to dynamically build a sentence by selecting words based on their word types. The types are Noun, Verb, Adjective, Adverb, Pronoun, Preposition, Conjunction, Determiner, Exclamation.
Run npm start
or ng serve
to start local server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run npm run startFresh
to build and then serve the project or ng build
to just build. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Vist SaintSnow