Coder Social home page Coder Social logo

full-stack-starter's People

Contributors

francisli avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

full-stack-starter's Issues

Simplify initial views

Use a static index.html as the first test of a working web application.

Simplify routing code by moving the page title into the view template (this is also better for localization, anyway).

Refactor routes out of app.js into dedicated file

As a beginner, it can be overwhelming to see all the different things in app.js. To make it easier to jump in and configure routes, let's move all route configuration out of app.js and into a dedicated routes file.

Node package vulnerabilities

found 517 vulnerabilities (1 low, 516 high) in 23461 scanned packages
  run `npm audit fix` to fix 515 of them.
  2 vulnerabilities require semver-major dependency updates.

Remove webpack configuration and client SPA

It's unlikely that the curriculum will ever quite reach JS/SPA development, and in the meantime, the codebase gets out of date and unmaintained. It also is a drain on resources to load and run webpack along with the other resources.

Upgrade bootstrap to 5 beta

Since the Bootstrap website is now featuring 5.0.0beta as the current version, students will be seeing code samples and documentation for that version when searching and reading the docs.

Support generating static css files using webpack

Currently, webpack is configured to bundle css into the json output bundle to be inlined dynamically.

Support additional entry module points that will generate separate css output files for reference directly in HTML templates.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.