Web application for rating pizza slices powered by AngularJS 1 and TypeScript
Rate your pizza slice, and make some notes
Command | Description |
---|---|
npm install |
Installs all dependencies (required before npm start ) |
npm start |
Builds and starts the Express web server. |
gulp build |
Compiles files (SCSS, TypeScript, and HTML) and moves to 'dist' folder |
- Add testing logic
- Use database (at the moment, it uses localStorage) - maybe mongoDB or Firebase
- Use Webpack