Skip to content

raduanastase/word-game-angularjs

 
 

Repository files navigation

Word game with AngularJS

Quick start

Clone/Download the repo then edit app.js inside /src/app/app.js

# clone this repo
$ git clone https://github.com/raduanastase/word-game-angularjs.git my-app

# change directory to your app
$ cd my-app

# install the dependencies with npm
$ npm install

# start the server
$ npm start

go to http://localhost:8080 in your browser.

Developing

Build files

  • single run: npm run build
  • build files and watch: npm start

Testing

  • single run: npm test
  • live mode (TDD style): npm run test-watch

License

MIT

About

A simple word game using Angular and webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.5%
  • HTML 17.9%
  • CSS 7.6%