Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
the-code-genin committed Jun 15, 2021
1 parent 1ce14b6 commit 75a8a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Modern Frontend App Boiler Plate

This is an app boiler plate for web apps that utilize modern frontend development tools such as webpack, typescript, babel, sass, less e.t.c, where using a full-fledged frontend framework may be considered overkill or for those who don't like using frontend frameworks altogether.
This is a frontend app boiler plate for web apps that utilize modern frontend development tools such as webpack, typescript, babel, sass, less e.t.c, where using a full-fledged frontend framework may be considered overkill, or for those who don't like using frontend frameworks altogether.

At the core, it's a just pre-configured webpack setup that supports typescript and sass out of the box. It also comes with the webpack dev server pre-configured with live reloading so as to speed up development. No assumptions were made as to whether you would be making a SPA(Single Page Application) or multi-page app.
At the core, it's a just pre-configured webpack setup that supports typescript and sass out of the box. It also comes bundled with the webpack dev server pre-configured with live reloading so as to speed up development. No assumptions were made as to whether you would be making a SPA(Single Page Application) or multi-page app.

To build a SPA, all you need to do is add and configure a frontend router and modify the [index.htm](src/index.htm) file as required.

Expand Down

0 comments on commit 75a8a60

Please sign in to comment.