File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
[ ` pure | 📦 ` ] ( https://github.com/telamon/create-pure )
2
2
[ ` code style | standard ` ] ( https://standardjs.com/ )
3
+
3
4
# pico-template
4
5
5
6
This is a [ pico-stack] ( https://github.com/telamon/picostack ) project template
@@ -11,19 +12,24 @@ as template engine.
11
12
[ DEMO] ( https://pico-todo.surge.sh/ )
12
13
13
14
## Getting started
15
+
14
16
Create your project if you already haven't
17
+
15
18
``` bash
16
- npx degit telamon/picostack -template my-project
19
+ npx degit telamon/pico -template my-project
17
20
```
18
21
19
22
Then start the local dev-server
23
+
20
24
``` bash
21
25
yarn
22
26
yarn dev
23
27
```
28
+
24
29
and navigate to [ https://localhost:5000 ] ( https://localhost:5000 )
25
30
26
31
Other included scripts:
32
+
27
33
``` bash
28
34
yarn dev # Starts local dev-server
29
35
yarn test # Blockend dev: runs unit tests
You can’t perform that action at this time.
0 commit comments