1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-09-09 05:41:08 +02:00

Add skeleton

This commit is contained in:
Phuoc Nguyen
2019-11-15 13:34:08 +07:00
parent 75ea9b76e4
commit 263b24b693
4 changed files with 43 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
{
"name": "csslayout",
"scripts": {
"dev": "parcel client/index.html --out-dir dist/client",
"build": "parcel build client/index.html --out-dir dist/client"
},
"dependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0",