Skip to content

diglopes/jscangaceiro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Negotiations

A project based on the book Cangaceiro Javascript

Getting stated

This instructions will get you the project up and running on your local machine.

Instaling dependencies

Inside both client and server folders run:

npm run install

Generating client production bundle

Inside client folder run:

npm run bundle:prod

Starting up the server

Inside server folder run:

npm run start

Run client on development mode

Inside client folder run:

npm run start

Built With

  • Babel - Used to get access to new Javascript features
  • Webpack - Generate the bundle
  • Boostrap - Styles the elements
  • Express - Serve api and front end application

What i've learned

  • Usage of design patterns like decorator, proxy, DAO and more
  • The importance, and how to maintain state immutable on Javascript
  • The usage of IndexedDB
  • How to build a webpack bundle pipeline
  • How to structure a project using the MVC pattern
  • Abstraction and separation of concern
  • Lazy loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.4%
  • HTML 13.6%