manmandh / practice-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

practice-ts

Small CRUD project implement TS knowledge. Get familiar with DOM, API, Axios, ...

OVERVIEW

  • This document provides the list of important technologies that would be used to implement, the objectives to be achieved and the progress of the project.

TIMELINE:

  • Jun 27 - July

TARGET:

  • Understand and apply knowledge of HTML/CSS/TypeScript to build website
  • Get familiar with MVC architecture

TECHNICAL STACKS

  • HTML5/CSS3
  • TypeScript
  • Parcel
  • JSON Server/ Axios
  • MVCS

SOURCE CODE

  • Clone project : git clone git

HOW TO RUN

  • Dillinger requires Node.js v18+ to run.
  • Install the dependencies and devDependencies and start the server.
cd practice-ts
rm -rf package-lock.json
npm i
npm run watchDB
       

About

License:MIT License


Languages

Language:TypeScript 61.5%Language:SCSS 37.3%Language:HTML 0.6%Language:JavaScript 0.6%Language:Shell 0.1%