Skip to content

tableaunoir/guide-for-web-technologies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Guide for using web technologies

This guide is to try to make clarity in using web technologies, that are useful for Tableaunoir.

Webpack

Webpack is a tool that generates a single ugly minified js file from a set of beautiful TypeScript/Javascript files. Webpack is run by: I DO NOT KNOW YET.

Use a package

First install it via npm install --save-deps <packagename>. Then in the code, insert import sth from '<packagename'.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published