remove node_modules,add git ignore
This commit is contained in:
parent
c7743bbcd0
commit
f96d1a4c8c
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
node_modules
|
|
@ -7,7 +7,7 @@ To test locally, you'll need:
|
||||||
|
|
||||||
how to test:
|
how to test:
|
||||||
1. Download this repo to a folder
|
1. Download this repo to a folder
|
||||||
2. Open terminal in this folder, type `npm run serve`
|
2. Open terminal in this folder, type`npm install`, wait till it's done, then `npm run serve`
|
||||||
3. Go to http://localhost:3000 on your Chrome browser
|
3. Go to http://localhost:3000 on your Chrome browser
|
||||||
4. click start button, observe
|
4. click start button, observe
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue