File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
FLKit
2
2
=====
3
3
4
- FLKit is a front-end language(HTML、CSS、JS) toolkit support template syntax(etc: Smarty, PHP).
4
+ FLKit is a front-end language(HTML、CSS、JS) toolkit that support template syntax(etc: Smarty, PHP).
5
5
6
6
## Support Template Syntax
7
7
8
8
* Smarty
9
9
* PHP
10
- * all template syntax with delimiter
10
+ * other template syntax with delimiter
11
11
12
12
advanced support:
13
13
@@ -20,12 +20,12 @@ advanced support:
20
20
npm test
21
21
```
22
22
23
- FLKit also support web test, you can use it by below steps:
23
+ FLKit also support test in web , you can use it by following steps:
24
24
25
25
* enter ` web ` directory
26
- * exec ` npm install ` , install dependencies
27
- * enter ` www ` directory & exec ` node index.js `
28
- * open browser, request ` http://localhost:8360/ `
26
+ * exec ` npm install ` to install dependencies
27
+ * enter ` www ` directory, exec ` node index.js `
28
+ * open browser, open ` http://localhost:8360/ `
29
29
30
30
## LICENSE
31
31
You can’t perform that action at this time.
0 commit comments