Skip to content
Snippets Groups Projects
Commit fd188083 authored by Matt Grau's avatar Matt Grau
Browse files

create frontend package.json

parent 0edae25a
No related branches found
No related tags found
No related merge requests found
......@@ -30,4 +30,11 @@ touch device/__init__.py
```bash
pip install flask
```
## Create JS Frontend
```bash
mkdir frontend
cd frontend
npm init
```
\ No newline at end of file
{
"name": "frontend",
"version": "1.0.0",
"description": "TIQI JS tutorial frontend",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Matt Grau",
"license": "ISC"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment