Text editor: Visual Studio Code, you can download it here for both Mac, Windows and Linux. Browser: Google Chrome, you can download it here
Please make sure that you have the following installed:
- Install the latest version of Node.js (Mac or Windows)
- Mac users can optionally
brew install node
if they have brew installed
To grab the seed project, either Fork this repo or click here to download the .zip
folder and extract the files wherever you like on your machine.
Now that we have a package manager, we can install the project dependencies. You can do this by running:
npm install
This will install our dependencies for running our Angular application.
To start the project in development, run:
npm run start
This will output some information about the project (such as the TypeScript version and build progress). Once you see "build completed", you are ready to code!
Open your browser to localhost:4200 to start running the code.