✨ This workspace has been generated by Nx, a Smart, fast and extensible build system. ✨
✨ Live Preview ✨
TechGlimpse is is a dedicated blogging platform where tech enthusiasts, developers, and learners come together to explore, share, and gain insights into the ever-evolving world of technology.
- To serve the backend locally: Just follow the instruction of this github repository .
npm install npm@latest -g
- Clone this repository
git clone https://github.com/m-ibrahim-khalil/techGlimpse-front.git
- Change the project directory
cd techGlimpse-front
- Install the dependency
npm install --save
To start the development server run npx nx serve techGlimpseFront
or npm start
. Open your browser and navigate to http://localhost:4200/. You will see a landing page like following:
-
To start a unit test for auth module, run
npx nx run auth:test
-
To start a unit test for all the modules, run
npx nx run-many -t test
-
To start a unit test for the main App, run
npm test
To generate dependency graph, run
npx nx graph
- e2e testing: cypress
- Containerization
- CI-CD
- Deployment in vercel or renderer
- Feature Improvement
- Unit Testing
Distributed under the MIT License. See LICENSE.txt
for more information.