File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change 1- # Webpack Starter Kit project
1+ # Small notes application using Plain Js
22
3- If you want to create a project using ES6 full features (including module export/import),
4- with SCSS and Bootstrap 4, with image optimization, this project maybe the best solution for you.
5-
6- The project has the following features:
7-
8- - Compilation of ES6 into ES5
9- - Converting SASS into CSS
10- - Bootstrap 4
11- - Image loading and optimization
12- - Webpack dev server
13- - HMR for hot reloading and faster development
14-
15- #### The project is production ready.
16-
173## Installation
1841 . Clone the project
1952 . Go to the project root directory
@@ -26,6 +12,3 @@ Run `npm run start` to start to webpack dev server with HMR ready
2612## For production
2713
2814Run ` npm run build ` to build project's all assets in ` dist ` folder.
29-
30- ----------------------
31- The project's initial version was created while recording this [ youtube video] ( https://youtu.be/EpCz8bwtx5I )
You can’t perform that action at this time.
0 commit comments