Moved to yarn and updated many dependancies
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user