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
2
2
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
-
17
3
## Installation
18
4
1 . Clone the project
19
5
2 . Go to the project root directory
@@ -26,6 +12,3 @@ Run `npm run start` to start to webpack dev server with HMR ready
26
12
## For production
27
13
28
14
Run ` 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