rogersanick / rubikscubesolver

an interactive rubiks cube visualization to help students understand the basics of algorithmic design, react vr and promises
29 stars 29 forks source link

Revise .gitignore to ignore node_modules/ and client/dist/ #2

Closed chufnagel closed 5 years ago

chufnagel commented 5 years ago

Remove node_modules folder Add cross-env to allow for better cross-platform support Add concurrently to allow for starting scripts simultaneously Add opn to allow Express to open site in default browser on server listen Need a functioning database link to ensure the above are working properly