Moved to yarn and updated many dependancies

This commit is contained in:
2019-01-26 19:13:53 -05:00
parent 2feb4e3d81
commit 51e5e8c981
5 changed files with 4136 additions and 10985 deletions

View File

@ -14,6 +14,6 @@ This project makes use of the following:
## Getting Started
1. Clone the repository
2. Run ```npm update``` to download all the project dependencies.
3. Run ```npm start``` which will automatically start a server and recompile the typescript based backend when there are file changes. Also, ```/api``` is proxied back to the production server, though this can be edited in ```webpack.config.js```.
4. Run ```npm run-script build``` which generates the frontend files for production.
2. Run ```yarn install``` to download all the project dependencies.
3. Run ```yarn start``` which will automatically start a server and recompile the typescript based backend when there are file changes. Also, ```/api``` is proxied back to the production server, though this can be edited in ```webpack.config.js```.
4. Run ```yarn build``` which generates the frontend files for production.