Skip to content

Commit 70e517f

Browse files
committed
Add a readme
1 parent 8283c12 commit 70e517f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Forma embedded view demo with webpack
2+
3+
This is a demo project demonstrating how you can build a Forma embedded view in typescript, and use webpack to build the code.
4+
5+
To start a dev server that will serve the application and continously build your code, run:
6+
7+
```
8+
npm run start
9+
```
10+
11+
To build your code for production, run:
12+
13+
```
14+
npm run build
15+
```

0 commit comments

Comments
 (0)