A simple page with a menu and a sticky footer.
This application makes use of Webpack, Babel and Eslint. The code base is writing in Typescript and all the styles in CSS. The application should work correctly in the latest versions of Chrome, Firefox and Edge.
Make sure you have NodeJS installed in your machine. Create a folder with this project and execute this command lines in the terminal:
$ cd your-project-folder
$ npm install
$ npm run build (or npm run prod)
$ npm start
At this point, the application should be available in your browser in this url:
http://localhost:3000/
Type this command line to run the test cases:
$ npm run test
Type this command line to create a coverage report:
$ npm run coverage
Type this command line:
$ npm run eslint