Skip to content

Commit d2fa6b8

Browse files
committed
Update readme
1 parent b3851e8 commit d2fa6b8

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
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
184
1. Clone the project
195
2. 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

2814
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)

0 commit comments

Comments
 (0)