subhatav / projects-manager-typescript

Drag and drop your projects!

Home Page:https://projects-manager-typescript.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projects Manager

This application is developed using:

  • Node Package Manager as foundation;
  • TypeScript for scripting;
  • TS Loader for compiling;
  • Webpack with CLI for building;
  • Webpack DevServer for hosting.

Requirements

The stable releases of the following technologies are used:

Technology Version
NPM 18+
TypeScript 5.0+
TS Loader 9.4.0+
Webpack 5.70+
Webpack CLI 5.1.0+
Webpack DevServer 4.15+

P.S. For hosted usage, only Vercel deployment is sufficient.


Development

For development purposes, follow these steps:

  1. Run this command to install all the dependencies:

npm install

  1. Run this command to keep watch and start the local server:

npm start

  1. Go to this URL to use the application:

http://localhost:3000


Production

For production purposes, follow these steps:

  1. Run this command to install all the dependencies:

npm install

  1. Run this command to compile and bundle the TS files:

npm run build

  1. Open the index.html to use the application.

Thank you for using it!


About

Drag and drop your projects!

https://projects-manager-typescript.vercel.app

License:MIT License


Languages

Language:TypeScript 76.7%Language:CSS 9.7%Language:HTML 8.3%Language:JavaScript 5.4%