This app demonstrates entire dev lifecycle of a UI project from code, build, test and deploy with CI/CD. This project create
build
folder during build and deploy its content tomaster
using
Follow the following steps:
git clone https://github.com/immnk/gdg-chennai.git
cd gdg-chennai && npm install
- For testing in dev
npm start
. - Run
npm start
that would continue listening to changes in src and reload browser based on that.
- Open gdg-chennai folder where the code is cloned.
- Open command prompt at the folder and run
npm test
All tasks and issues are listed as items in Tasks & issues in repository Issues tab
- Write a README file.
- Make dist folder with html and js files compiled
- Add CI/CD pipelines
- Create unit test cases with Mocha(JS test framework) and Chai(assertion library)
- Beautify
- Debugger for Chrome
- ESLint
- GitLens
- IntelliSense for CSS class names
- markdownlint
- vscode-icons