This is the source code for IIT Jammu coding club website (https://www.codingclubiitjammu.tech/)
- Angular Js
- Materilize css
- Nodejs --version >= 10
git clone https://github.com/coding-club-iit-jammu/coding-club-iit-jammu.github.io.git
cd coding-club-iit-jammu.github.io
npm install
npm start
git clone https://github.com/coding-club-iit-jammu/coding-club-iit-jammu.github.io.git
cd coding-club-iit-jammu.github.io
docker build --tag <image_name>:<version> .
docker run -p <port_on_local_machine>:80 <image_name>:<version>
Run npm run build
to build the project, production files will be stored at dist
folder
Run npm run test
to execute the unit tests via Karma.
- Angular (https://angular.io/docs)
- npm commands (https://docs.npmjs.com/cli/v6/commands/npm/)