Boilerplate code for creating Angular Apps on Sharepoint
This is a basic boilerplate for using AngularJS with Sharepoint. It interacts with the Sharepoint API making it easier for developing applications.
These instructions will get you a copy of the project up and running on your local machine for development purposes.
What things you need to install the software and how to install them
node
yarn (optional)
npm install
yarn install
Navigate to the folder then type in
yarn run dev
This will compile the code for javascript and css automatally when file changes are detected.
yarn run production
yarn run spmode
You will need to supply your username, password, and the path of the folder on where you want the public files to be uploaded.